Sedlex_ppx.Sedlex_csetSourceinclude module type of struct include Sedlex_utils.Cset endCharacter 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 -> tval to_list : t -> (int * int) listval empty : tval any : tval is_empty : t -> boolval eof : tval singleton : int -> tval interval : int -> int -> t