Module Dhunk_analysis.Dhunk_regex
type letter = G.E.ttype t = G.E.t Fixpoint.Regex.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.