TFL/rules.new.sml
changeset 3191 14bd6e5985f1
parent 2467 357adb429fda
child 3245 241838c01caf
--- a/TFL/rules.new.sml	Thu May 15 11:35:26 1997 +0200
+++ b/TFL/rules.new.sml	Thu May 15 12:29:59 1997 +0200
@@ -542,7 +542,7 @@
 val thm_ref = ref [] : thm list ref;
 val tracing = ref false;
 
-fun say s = if !tracing then prs s else ();
+fun say s = if !tracing then (output(std_out,s); flush_out std_out) else ();
 
 fun print_thms s L = 
    (say s;