Module type Stringable.S

module type S = sig .. end

type t 
val of_string : string -> t
val to_string : t -> string