src/Pure/Isar/class.ML
changeset 55763 4b3907cb5654
parent 55304 55ac31bc08a4
child 56056 4d46d53566e6
--- a/src/Pure/Isar/class.ML	Wed Feb 26 10:45:06 2014 +0100
+++ b/src/Pure/Isar/class.ML	Wed Feb 26 10:53:19 2014 +0100
@@ -187,7 +187,7 @@
 
     fun prt_entry class =
       Pretty.block
-        ([Pretty.command "class", Pretty.brk 1,
+        ([Pretty.keyword1 "class", Pretty.brk 1,
           Name_Space.pretty ctxt class_space class, Pretty.str ":", Pretty.fbrk,
           Pretty.block [Pretty.str "supersort: ", prt_supersort class]] @
           (case try (Axclass.get_info thy) class of
@@ -530,7 +530,7 @@
       Pretty.block (Pretty.breaks
         [Pretty.str v, Pretty.str "==", Proof_Context.pretty_const lthy c,
           Pretty.str "::", Syntax.pretty_typ lthy ty]);
-  in Pretty.command "instantiation" :: map pr_arity tycos @ map pr_param params end;
+  in Pretty.keyword1 "instantiation" :: map pr_arity tycos @ map pr_param params end;
 
 fun conclude lthy =
   let