Specification.theorem now also takes "interactive" flag as argument.
authorberghofe
Tue, 28 Aug 2007 18:01:37 +0200
changeset 24451 7c205d006719
parent 24450 70fd99d4ef82
child 24452 93b113c5ac33
Specification.theorem now also takes "interactive" flag as argument.
src/Pure/Isar/isar_syn.ML
--- a/src/Pure/Isar/isar_syn.ML	Tue Aug 28 16:33:52 2007 +0200
+++ b/src/Pure/Isar/isar_syn.ML	Tue Aug 28 18:01:37 2007 +0200
@@ -455,7 +455,7 @@
       Scan.ahead (SpecParse.locale_keyword || SpecParse.statement_keyword)) ("", []) --
       SpecParse.general_statement >> (fn ((loc, a), (elems, concl)) =>
       (Toplevel.print o
-       Toplevel.local_theory_to_proof loc
+       Toplevel.local_theory_to_proof' loc
          (Specification.theorem kind NONE (K I) a elems concl))));
 
 val theoremP = gen_theorem Thm.theoremK;