type mapping = | Diff of int | character replaced by its codepoint + the diff value |
| List of UChar.t list | character replaced by this list of characters |
type of replacement for characters
module MappingMap : UCharTbl.Type with type elt = mappingmodule type Type = sig ... endmodule Make : functor (Config : ConfigInt.Type) -> Type