added declaration of syntactic const "_abs";
authorwenzelm
Thu, 02 Mar 1995 12:07:20 +0100
changeset 921 6bee3815c0bf
parent 920 b162fe4ae444
child 922 196ca0973a6d
added declaration of syntactic const "_abs";
src/Pure/Syntax/mixfix.ML
--- a/src/Pure/Syntax/mixfix.ML	Tue Feb 28 10:54:49 1995 +0100
+++ b/src/Pure/Syntax/mixfix.ML	Thu Mar 02 12:07:20 1995 +0100
@@ -144,6 +144,7 @@
 
 val pure_syntax =
  [("_lambda",   "[idts, 'a] => logic",            Mixfix ("(3%_./ _)", [], 0)),
+  ("_abs",      "'a",                             NoSyn),
   ("",          "'a => " ^ args,                  Delimfix "_"),
   ("_args",     "['a, " ^ args ^ "] => " ^ args,  Delimfix "_,/ _"),
   ("",          "id => idt",                      Delimfix "_"),