package hamt

  1. Overview
  2. Docs

Parameters

module M : Foldable with type key = key

Signature

val add_from : 'a M.t -> 'a t -> 'a t

add_from s t adds every binding of s to the Hamt t.

val from : 'a M.t -> 'a t

from s buils a Hamt containing every binding of s.