Module Misc.Stdlib.String

module String: sig .. end

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;
let print: (Format.formatter, t) => unit;
let for_all: (char => bool, t) => bool;