src/Pure/Isar/context_rules.ML
changeset 32091 30e2ffbba718
parent 30529 23d1892f8015
child 32784 1a5dde5079ac
--- a/src/Pure/Isar/context_rules.ML	Tue Jul 21 00:56:19 2009 +0200
+++ b/src/Pure/Isar/context_rules.ML	Tue Jul 21 01:03:18 2009 +0200
@@ -116,7 +116,7 @@
     fun prt_kind (i, b) =
       Pretty.big_list ((the o AList.lookup (op =) kind_names) (i, b) ^ ":")
         (map_filter (fn (_, (k, th)) =>
-            if k = (i, b) then SOME (ProofContext.pretty_thm ctxt th) else NONE)
+            if k = (i, b) then SOME (Display.pretty_thm ctxt th) else NONE)
           (sort (int_ord o pairself fst) rules));
   in Pretty.writeln (Pretty.chunks (map prt_kind rule_kinds)) end;