# HG changeset patch # User wenzelm # Date 931451421 -7200 # Node ID 16ee7b14a2c14dad405c7ff3213d06b8281ba67f # Parent 9b4cd97b459d9202841964773b6b61001445a4ad aprop: ??id, ...; diff -r 9b4cd97b459d -r 16ee7b14a2c1 src/Pure/Syntax/mixfix.ML --- a/src/Pure/Syntax/mixfix.ML Thu Jul 08 18:30:00 1999 +0200 +++ b/src/Pure/Syntax/mixfix.ML Thu Jul 08 18:30:21 1999 +0200 @@ -186,6 +186,8 @@ ("", "id => aprop", Delimfix "_"), ("", "longid => aprop", Delimfix "_"), ("", "var => aprop", Delimfix "_"), + ("_BIND", "id => aprop", Delimfix "??_"), + ("_DDDOT", "aprop", Delimfix "..."), ("_aprop", "aprop => prop", Delimfix "PROP _"), ("", "prop => asms", Delimfix "_"), ("_asms", "[prop, asms] => asms", Delimfix "_;/ _"),