Replaced PolyML specific print function by Display.print_thm(s)
authorberghofe
Tue, 19 Oct 2004 22:45:20 +0200
changeset 15252 d4f1b11c336b
parent 15251 bb6f072c8d10
child 15253 6e20cc79bde6
Replaced PolyML specific print function by Display.print_thm(s)
TFL/casesplit.ML
--- a/TFL/casesplit.ML	Tue Oct 19 18:18:45 2004 +0200
+++ b/TFL/casesplit.ML	Tue Oct 19 22:45:20 2004 +0200
@@ -306,9 +306,9 @@
           (case find_thms_split splitths 1 th of 
              None => 
              (writeln "th:";
-              print th; writeln "split ths:";
-             print splitths; writeln "\n--";
-             raise ERROR_MESSAGE "splitto: cannot find variable to split on")
+              Display.print_thm th; writeln "split ths:";
+              Display.print_thms splitths; writeln "\n--";
+              raise ERROR_MESSAGE "splitto: cannot find variable to split on")
             | Some v => 
              let 
                val gt = Data.dest_Trueprop (nth_elem(0, Thm.prems_of th));