Create.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 -> Ucs_text.t S.Annot.form S.tUse ?$$ s as simple (string_to_form s).
val ($$>) : string -> (Ucs_text.t S.Annot.form -> 'a) -> 'a ruleUse t $$> f as rule (string_to_form s) f.