src/Pure/Isar/proof_context.ML
changeset 7557 1b977741f530
parent 7505 a9690e9cc58a
child 7575 e1e2d07287d8
equal deleted inserted replaced
7556:f3e78ebcf6ba 7557:1b977741f530
     9 sig
     9 sig
    10   type context
    10   type context
    11   exception CONTEXT of string * context
    11   exception CONTEXT of string * context
    12   val theory_of: context -> theory
    12   val theory_of: context -> theory
    13   val sign_of: context -> Sign.sg
    13   val sign_of: context -> Sign.sg
       
    14   val prems_of: context -> thm list
    14   val show_hyps: bool ref
    15   val show_hyps: bool ref
    15   val pretty_thm: thm -> Pretty.T
    16   val pretty_thm: thm -> Pretty.T
    16   val verbose: bool ref
    17   val verbose: bool ref
    17   val print_binds: context -> unit
    18   val print_binds: context -> unit
    18   val print_thms: context -> unit
    19   val print_thms: context -> unit