Module Regex.Make
Parameters
Signature
type letter = L.ttype t = L.t tagged_regexval 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.