prs instead of TextIO.output;
authorwenzelm
Wed, 06 Aug 1997 14:15:05 +0200
changeset 3629 8e95bd329fff
parent 3628 41a49c671901
child 3630 aee7effe0816
prs instead of TextIO.output;
TFL/rules.new.sml
--- a/TFL/rules.new.sml	Wed Aug 06 14:12:29 1997 +0200
+++ b/TFL/rules.new.sml	Wed Aug 06 14:15:05 1997 +0200
@@ -514,7 +514,7 @@
 val thm_ref = ref [] : thm list ref;
 val tracing = ref false;
 
-fun say s = if !tracing then TextIO.output (TextIO.stdOut, s) else ();
+fun say s = if !tracing then prs s else ();
 
 fun print_thms s L = 
    (say s;