comment;
authorwenzelm
Tue, 16 Feb 2010 13:26:21 +0100
changeset 35143 7b2538c987e7
parent 35142 495c623f1e3c
child 35144 8b8302da3a55
comment;
src/Pure/Isar/expression.ML
--- a/src/Pure/Isar/expression.ML	Tue Feb 16 13:06:43 2010 +0100
+++ b/src/Pure/Isar/expression.ML	Tue Feb 16 13:26:21 2010 +0100
@@ -606,7 +606,7 @@
 
 fun aprop_tr' n c = (Syntax.constN ^ c, fn ctxt => fn args =>
   if length args = n then
-    Syntax.const "_aprop" $
+    Syntax.const "_aprop" $   (* FIXME avoid old-style early externing (!??) *)
       Term.list_comb (Syntax.free (Consts.extern (ProofContext.consts_of ctxt) c), args)
   else raise Match);