HamtPersistent association tables over hashable types.
The module implements Hash Array Mapped Trie.
module type Config = sig ... endInput signature of the size configuration of the structure.
module StdConfig32 : ConfigStandard configuration for 32-bits architectures. Its parameters are :
Functor building an implementation of the Hamt structure, given a hashable type.
Output signature of the Make module.