12 lines
293 B
OCaml
12 lines
293 B
OCaml
|
|
open Sexplib0
|
||
|
|
|
||
|
|
val component_of_sexp : Sexp.t -> Uri.component
|
||
|
|
val sexp_of_component : Uri.component -> Sexp.t
|
||
|
|
val t_of_sexp : Sexp.t -> Uri.t
|
||
|
|
val sexp_of_t : Uri.t -> Sexp.t
|
||
|
|
|
||
|
|
type component = Uri.component
|
||
|
|
val compare : Uri.t -> Uri.t -> int
|
||
|
|
val equal : Uri.t -> Uri.t -> bool
|
||
|
|
type t = Uri.t
|