made MLWorks happy;
authorwenzelm
Sun, 28 Dec 1997 15:24:11 +0100
changeset 4493 26511042ce07
parent 4492 ab441d89a2cb
child 4494 7e5611945959
made MLWorks happy;
src/Pure/term.ML
--- a/src/Pure/term.ML	Sun Dec 28 15:11:54 1997 +0100
+++ b/src/Pure/term.ML	Sun Dec 28 15:24:11 1997 +0100
@@ -34,7 +34,7 @@
     Var of indexname * typ |
     Bound of int |
     Abs of string * typ * term |
-    op $ of term * term
+    $ of term * term
   exception TYPE of string * typ list * term list
   exception TERM of string * term list
   val is_Const: term -> bool