Module Reddit_api_kernel.Uri_with_string_sexp

Uri_with_string_sexp is Uri_sexp with a different sexp serialization:

sexp_of_t t = Atom (Uri.to_string t)

include module type of struct include Uri_sexp end
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