package uri-sexp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val component_of_sexp : Sexplib0.Sexp.t -> Uri.component
val sexp_of_component : Uri.component -> Sexplib0.Sexp.t
val t_of_sexp : Sexplib0.Sexp.t -> Uri.t
val sexp_of_t : Uri.t -> Sexplib0.Sexp.t
type component = Uri.component
val compare : Uri.t -> Uri.t -> int
val equal : Uri.t -> Uri.t -> bool
type t = Uri.t