hamt
Make.Import
module type Foldable = sig ... end
Input signature of the module Make, representing datas to be imported in Hamt.
Make
module Make (M : Foldable with type key = key) : sig ... end
module AssocList : sig ... end