src/Pure/Tools/print_operation.ML
changeset 57415 e721124f1b1e
parent 56893 62d237cdc341
child 57604 30885e25c6de
equal deleted inserted replaced
57414:fe1be2844fda 57415:e721124f1b1e
    68   register "cases" "cases of proof context"
    68   register "cases" "cases of proof context"
    69     (Pretty.string_of o Pretty.chunks o Proof_Context.pretty_cases o Toplevel.context_of);
    69     (Pretty.string_of o Pretty.chunks o Proof_Context.pretty_cases o Toplevel.context_of);
    70 
    70 
    71 val _ =
    71 val _ =
    72   register "terms" "term bindings of proof context"
    72   register "terms" "term bindings of proof context"
    73     (Pretty.string_of o Pretty.chunks o Proof_Context.pretty_binds o Toplevel.context_of);
    73     (Pretty.string_of o Pretty.chunks o Proof_Context.pretty_term_bindings o Toplevel.context_of);
    74 
    74 
    75 val _ =
    75 val _ =
    76   register "theorems" "theorems of local theory or proof context"
    76   register "theorems" "theorems of local theory or proof context"
    77     (Pretty.string_of o Isar_Cmd.pretty_theorems false);
    77     (Pretty.string_of o Isar_Cmd.pretty_theorems false);
    78 
    78