diff -r 45653714db88 -r fcf747c0b6b8 src/Pure/Syntax/mixfix.ML --- a/src/Pure/Syntax/mixfix.ML Fri Dec 17 12:43:12 2004 +0100 +++ b/src/Pure/Syntax/mixfix.ML Sat Dec 18 17:10:49 2004 +0100 @@ -227,7 +227,7 @@ ("", "var => aprop", Delimfix "_"), ("_DDDOT", "aprop", Delimfix "..."), ("_aprop", "aprop => prop", Delimfix "PROP _"), - ("", "prop => asms", Delimfix "_"), + ("_asm", "prop => asms", Delimfix "_"), ("_asms", "[prop, asms] => asms", Delimfix "_;/ _"), ("_bigimpl", "[asms, prop] => prop", Mixfix ("((3[| _ |])/ ==> _)", [0, 1], 1)), ("_ofclass", "[type, logic] => prop", Delimfix "(1OFCLASS/(1'(_,/ _')))"),