mte/unikernel/duniverse/ocaml-uri/lib_sexp/uri_sexp.mli
2025-11-11 02:07:51 +01:00

11 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