prefer_form_with_tok : {term_name : string, tok : string} -> unit
- prefer_form_with_tok {term_name = "COND", tok = "=>"};
> val it = () : unit
- Term`if p then q else r`;
<<HOL message: inventing new type variable names: 'a.>>
> val it = `p => q | r` : term
There is a companion temp_prefer_form_with_tok function, which has the same effect on the global grammar, but which does not cause this effect to persist when the current theory is exported.