package hamt

  1. Overview
  2. Docs
val add_from : (key * 'a) list -> 'a t -> 'a t

add_from li t adds every binding of the association list li to the Hamt t.

val from : (key * 'a) list -> 'a t

from li builds a Hamt containing every binding of the association list li.