Module Cfg_analysis.CfgRegex
type letter = Cfg.E.ttype t = Cfg.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.