module Inria_cset:sig..end
type t
exception Bad
val empty : tval is_empty : t -> boolval all_chars : tval all_chars_eof : tval eof : tval singleton : int -> tval interval : int -> int -> tval union : t -> t -> tval inter : t -> t -> tval diff : t -> t -> tval complement : t -> tval env_to_array : (t * 'a) list -> 'a arrayval string_of_characters : t -> string