Module type Regex.S
Generic signature for a regex interface.
val empty : tval epsilon : tval hash : t -> intval pretty : Stdlib.Format.formatter -> t -> unitval pretty_reverse : Stdlib.Format.formatter -> t -> unitPrint a regex in reverse. Useful sometimes when a regex is too big to be * fully printed, and you only want to see the end, you can start printing it * in reverse and interrupt the program.