module Wstdlib: sig
.. end
Specific instances of Set, Map, Hashtbl on int, string, float, and tagged types
module Mint: Extmap.S
with type key = int
module Sint: Extset.S
with module M = Mint
module Hint: Exthtbl.S
with type key = int
module Mstr: Extmap.S
with type key = string
module Sstr: Extset.S
with module M = Mstr
module Hstr: Exthtbl.S
with type key = string
module Mfloat: Extmap.S
with type key = float
module Sfloat: Extset.S
with module M = Mfloat
module Hfloat: Exthtbl.S
with type key = float
module type TaggedType = sig
.. end
module type OrderedHashedType = sig
.. end
module OrderedHashed:
module OrderedHashedList:
module MakeMSH:
module MakeMSHW:
module Int: OrderedHashedType
with type t = int
module MakeSCC: