disable interactive mode of Specification.theorem with its slow printing of results;
authorwenzelm
Tue, 08 Jan 2013 22:10:02 +0100
changeset 50787 065c684130ad
parent 50786 af8ecf09a58c
child 50788 fec14e8fefb8
disable interactive mode of Specification.theorem with its slow printing of results;
src/HOL/SPARK/Tools/spark_commands.ML
--- a/src/HOL/SPARK/Tools/spark_commands.ML	Wed Jan 09 20:46:32 2013 +0100
+++ b/src/HOL/SPARK/Tools/spark_commands.ML	Tue Jan 08 22:10:02 2013 +0100
@@ -75,7 +75,7 @@
     Specification.theorem Thm.theoremK NONE
       (fn thmss => (Local_Theory.background_theory
          (SPARK_VCs.mark_proved vc_name (flat thmss))))
-      (Binding.name vc_name, []) [] ctxt stmt true lthy
+      (Binding.name vc_name, []) [] ctxt stmt false lthy
   end;
 
 fun string_of_status NONE = "(unproved)"