module Rel : sig ... endmodule Language : sig ... endmodule Charset : sig ... endmodule Ext : sig ... endmodule Arc : sig ... endinclude Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> tval sexp_of_t : t -> Sexplib0.Sexp.tval empty : tval of_string : string -> t listval to_string : t -> string