package sedlex
-
sedlex.utils
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Representation of sets of unicode code points.
Character sets are represented as lists of intervals. The intervals must be non-overlapping and not collapsable, and the list must be ordered in increasing order.
val of_list : (int * int) list -> t
val empty : t
val any : t
val is_empty : t -> bool
val eof : t
val singleton : int -> t
val interval : int -> int -> t