package sedlex
-
sedlex.utils
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include module type of struct include Sedlex_utils.Cset end
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 to_list : t -> (int * int) list
val empty : t
val any : t
val is_empty : t -> bool
val eof : t
val singleton : int -> t
val interval : int -> int -> t