ASCII.AffixThis module contains useful affix operators.
Include the affix operators for the DFA module.
val (!$) : string -> DFA.termUse !$ s as string_to_term s.
val (?$$) : string -> string Cf_scan.ASCII.tUse ?$$ s as simple (string_to_form s).
val ($$>) : string -> (string -> 'a) -> 'a ruleUse t $$> f as rule (string_to_form s) f.