Module type Stringable.S


module type S = sig .. end

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