Functor Main.Type.UCharTbl.Make


module Make: 
functor (H : Hashtbl.HashedType) -> Type with type elt = H.t
Tables for boolean values.
Parameters:
H : Hashtbl.HashedType

type elt 
type t = elt Main.Type.UCharTbl.tbl 
val get : elt Main.Type.UCharTbl.tbl ->
Main.Type.UChar.t -> elt
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.
val of_map : elt ->
elt Main.Type.UMap.t -> t