package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ptree =
  1. | Node of string * ptree Unicodelib.UChar.UMap.t
  2. | Exce of string list * ptree Unicodelib.UChar.UMap.t
val empty : ptree
val is_num : int -> bool
val insert : ptree -> string -> ptree
val insert_exception : ptree -> string list -> ptree
val dash_hyphen : string -> int -> (string * string) list -> (string * string) list
val hyphenate : ptree -> string -> (string * string) list