src/Pure/Isar/proof.ML
changeset 32091 30e2ffbba718
parent 32089 568a23753e3a
child 32145 220c9e439d39
--- a/src/Pure/Isar/proof.ML	Tue Jul 21 00:56:19 2009 +0200
+++ b/src/Pure/Isar/proof.ML	Tue Jul 21 01:03:18 2009 +0200
@@ -322,7 +322,7 @@
 
 fun pretty_facts _ _ NONE = []
   | pretty_facts s ctxt (SOME ths) =
-      [Pretty.big_list (s ^ "this:") (map (ProofContext.pretty_thm ctxt) ths), Pretty.str ""];
+      [Pretty.big_list (s ^ "this:") (map (Display.pretty_thm ctxt) ths), Pretty.str ""];
 
 fun pretty_state nr state =
   let
@@ -470,7 +470,7 @@
   let
     val thy = ProofContext.theory_of ctxt;
     val string_of_term = Syntax.string_of_term ctxt;
-    val string_of_thm = ProofContext.string_of_thm ctxt;
+    val string_of_thm = Display.string_of_thm ctxt;
 
     val ngoals = Thm.nprems_of goal;
     val _ = ngoals = 0 orelse error (Pretty.string_of (Pretty.chunks