bang_facts: legacy feature;
authorwenzelm
Tue, 10 Nov 2009 14:38:39 +0100
changeset 33550 4e1708efa79e
parent 33549 39f2855ce41b
child 33551 c40ced05b10a
bang_facts: legacy feature;
src/Pure/Isar/args.ML
--- a/src/Pure/Isar/args.ML	Tue Nov 10 14:38:06 2009 +0100
+++ b/src/Pure/Isar/args.ML	Tue Nov 10 14:38:39 2009 +0100
@@ -223,7 +223,7 @@
 
 val bang_facts = Scan.peek (fn context =>
   P.position ($$$ "!") >> (fn (_, pos) =>
-    (warning ("use of prems in proof method" ^ Position.str_of pos);
+    (legacy_feature ("use of cumulative prems (!) in proof method" ^ Position.str_of pos);
       Assumption.all_prems_of (Context.proof_of context))) || Scan.succeed []);
 
 val from_to =