Module type CamomileLibrary.UCharTbl.Type


module type Type = sig .. end

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