Module type Interfaces.Stringable

module type Stringable = Stringable.S

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