src/HOL/Tools/Quotient/quotient_info.ML
changeset 59936 b8ffc3dc9e24
parent 59582 0fbed69ff081
child 67632 3b94553353ae
equal deleted inserted replaced
59935:343905de27b1 59936:b8ffc3dc9e24
   227 
   227 
   228 
   228 
   229 (* outer syntax commands *)
   229 (* outer syntax commands *)
   230 
   230 
   231 val _ =
   231 val _ =
   232   Outer_Syntax.command @{command_spec "print_quotmapsQ3"} "print quotient map functions"
   232   Outer_Syntax.command @{command_keyword print_quotmapsQ3} "print quotient map functions"
   233     (Scan.succeed (Toplevel.keep (print_quotmaps o Toplevel.context_of)))
   233     (Scan.succeed (Toplevel.keep (print_quotmaps o Toplevel.context_of)))
   234 
   234 
   235 val _ =
   235 val _ =
   236   Outer_Syntax.command @{command_spec "print_quotientsQ3"} "print quotients"
   236   Outer_Syntax.command @{command_keyword print_quotientsQ3} "print quotients"
   237     (Scan.succeed (Toplevel.keep (print_quotients o Toplevel.context_of)))
   237     (Scan.succeed (Toplevel.keep (print_quotients o Toplevel.context_of)))
   238 
   238 
   239 val _ =
   239 val _ =
   240   Outer_Syntax.command @{command_spec "print_quotconsts"} "print quotient constants"
   240   Outer_Syntax.command @{command_keyword print_quotconsts} "print quotient constants"
   241     (Scan.succeed (Toplevel.keep (print_quotconsts o Toplevel.context_of)))
   241     (Scan.succeed (Toplevel.keep (print_quotconsts o Toplevel.context_of)))
   242 
   242 
   243 end;
   243 end;