Parameter Minimal.2-HM
val create : ?size:int -> unit -> 'a tval create_from : 'a t -> 'a tval empty : 'a returnval clear : 'a t -> unitval is_empty : 'a t -> boolval add : key -> 'a -> 'a t -> 'a tval remove : key -> 'a t -> 'a tval mem : key -> 'a t -> boolval find : key -> 'a t -> 'aval find_and_raise : key -> 'a t -> string -> 'afind_and_raise k t sis equivalent tofind k tbut raisesInvalid_argument swhenfind k traisesNot_found