src/HOL/Tools/Quotient/quotient_info.ML
changeset 58893 9e0ecb66d6a7
parent 57960 ee1ba4848896
child 59157 949829bae42a
--- a/src/HOL/Tools/Quotient/quotient_info.ML	Mon Nov 03 14:31:15 2014 +0100
+++ b/src/HOL/Tools/Quotient/quotient_info.ML	Mon Nov 03 14:50:27 2014 +0100
@@ -229,15 +229,15 @@
 (* outer syntax commands *)
 
 val _ =
-  Outer_Syntax.improper_command @{command_spec "print_quotmapsQ3"} "print quotient map functions"
+  Outer_Syntax.command @{command_spec "print_quotmapsQ3"} "print quotient map functions"
     (Scan.succeed (Toplevel.keep (print_quotmaps o Toplevel.context_of)))
 
 val _ =
-  Outer_Syntax.improper_command @{command_spec "print_quotientsQ3"} "print quotients"
+  Outer_Syntax.command @{command_spec "print_quotientsQ3"} "print quotients"
     (Scan.succeed (Toplevel.keep (print_quotients o Toplevel.context_of)))
 
 val _ =
-  Outer_Syntax.improper_command @{command_spec "print_quotconsts"} "print quotient constants"
+  Outer_Syntax.command @{command_spec "print_quotconsts"} "print quotient constants"
     (Scan.succeed (Toplevel.keep (print_quotconsts o Toplevel.context_of)))
 
 end;