5 lines
85 B
OCaml
5 lines
85 B
OCaml
type t
|
|
val of_string : string -> t
|
|
val cat : t -> t -> t
|
|
val to_string : t -> string
|