src/HOL/Tools/Quotient/quotient_info.ML
changeset 59936 b8ffc3dc9e24
parent 59582 0fbed69ff081
child 67632 3b94553353ae
--- a/src/HOL/Tools/Quotient/quotient_info.ML	Mon Apr 06 16:30:44 2015 +0200
+++ b/src/HOL/Tools/Quotient/quotient_info.ML	Mon Apr 06 17:06:48 2015 +0200
@@ -229,15 +229,15 @@
 (* outer syntax commands *)
 
 val _ =
-  Outer_Syntax.command @{command_spec "print_quotmapsQ3"} "print quotient map functions"
+  Outer_Syntax.command @{command_keyword print_quotmapsQ3} "print quotient map functions"
     (Scan.succeed (Toplevel.keep (print_quotmaps o Toplevel.context_of)))
 
 val _ =
-  Outer_Syntax.command @{command_spec "print_quotientsQ3"} "print quotients"
+  Outer_Syntax.command @{command_keyword print_quotientsQ3} "print quotients"
     (Scan.succeed (Toplevel.keep (print_quotients o Toplevel.context_of)))
 
 val _ =
-  Outer_Syntax.command @{command_spec "print_quotconsts"} "print quotient constants"
+  Outer_Syntax.command @{command_keyword print_quotconsts} "print quotient constants"
     (Scan.succeed (Toplevel.keep (print_quotconsts o Toplevel.context_of)))
 
 end;