module type S = sig .. end
sig
end
type t
val of_string : string -> t
string -> t
val to_string : t -> string
t -> string