non-persistent print_state: trade-off between JVM space vs. ML time;
authorwenzelm
Wed, 04 Sep 2013 16:03:45 +0200
changeset 53404 d598b6231ff7
parent 53403 c09f4005d6bd
child 53405 ed2b48af04d9
non-persistent print_state: trade-off between JVM space vs. ML time;
src/Pure/PIDE/command.ML
--- a/src/Pure/PIDE/command.ML	Wed Sep 04 15:27:24 2013 +0200
+++ b/src/Pure/PIDE/command.ML	Wed Sep 04 16:03:45 2013 +0200
@@ -294,7 +294,7 @@
 val _ =
   print_function "print_state"
     (fn {command_name, ...} =>
-      SOME {delay = NONE, pri = 1, persistent = true, strict = true,
+      SOME {delay = NONE, pri = 1, persistent = false, strict = true,
         print_fn = fn tr => fn st' =>
           let
             val is_init = Keyword.is_theory_begin command_name;