Regexp.ReductionsSourceThe RE module type defines the signature for regular expressions, including types for reductions, unique IDs to identify sub-terms, and the regular expression terms themselves.
It also includes functions for creating, comparing, and converting regular expressions to a Cmon document.
type 'g t = {pattern : 'g Redgraph.target Utils.Misc.indexset;capture : Capture.set;policy : Syntax.quantifier_kind;}