camomile.library
UCharTbl.Make
Equality and hash are necessary for table generation.
camomile
camomile.default_config
camomile.dyn
camomile.lib_default
module H : Hashtbl.HashedType
type elt = H.t
type t = elt tbl
val get : elt tbl -> UChar.t -> elt
val of_map : elt -> elt UMap.t -> t
of_map def m creates the table which has the same value to m. The table returns def for the characters for which m is undefined.
of_map def m
m
def