module Name: sig .. end
sig
end
type 'a t
'a
val of_string : string -> 'a t
string -> 'a t
val to_string : 'a t -> string
'a t -> string