module Caps: sig .. end
sig
end
type t
val to_string : t -> string
t -> string
val of_string : string -> t
string -> t