module String: Misc.Stdlib.String
include String
module Set:Set.S
with type elt = string
module Map:Map.S
with type key = string
module Tbl:Hashtbl.S
with type key = string
val print : Format.formatter -> t -> unit
val for_all : (char -> bool) -> t -> bool