module String:sig..end
include String
val remove_spaces : string -> int -> int -> stringval sep : char -> string -> string * stringval split : ?multisep:bool -> char -> string -> string listval make_cryptographic_safe : unit -> stringmodule Table:Map.Swith type key = string
module Set:Set.Swith type elt = string
module Map:Map.Swith type key = string