package hamt

  1. Overview
  2. Docs
module type Foldable = sig ... end

Input signature of the module Make, representing datas to be imported in Hamt.

module Make (M : Foldable with type key = key) : sig ... end
module AssocList : sig ... end