Module Re__.Category
type t
val (++) : t -> t -> tval from_char : char -> tval dummy : tval inexistant : tval letter : tval not_letter : tval newline : tval lastnewline : tval search_boundary : tval to_int : t -> intval equal : t -> t -> boolval compare : t -> t -> intval intersect : t -> t -> boolval pp : Stdlib.Format.formatter -> t -> unit