pretty_full_theory: proper Syntax.init_pretty_global;
authorwenzelm
Thu, 18 Feb 2010 20:44:22 +0100
changeset 35199 2e37cdae7b9c
parent 35198 f95c6440c1c7
child 35200 aaddb2b526d6
pretty_full_theory: proper Syntax.init_pretty_global;
src/Pure/display.ML
--- a/src/Pure/display.ML	Thu Feb 18 11:23:03 2010 +0100
+++ b/src/Pure/display.ML	Thu Feb 18 20:44:22 2010 +0100
@@ -125,7 +125,7 @@
 
 fun pretty_full_theory verbose thy =
   let
-    val ctxt = ProofContext.init thy;
+    val ctxt = Syntax.init_pretty_global thy;
 
     fun prt_cls c = Syntax.pretty_sort ctxt [c];
     fun prt_sort S = Syntax.pretty_sort ctxt S;