src/Pure/Isar/proof_context.ML
changeset 51686 532e0ac5a66d
parent 51601 8e80ecfa3652
child 52156 576aceb343dc
--- a/src/Pure/Isar/proof_context.ML	Wed Apr 10 15:30:19 2013 +0200
+++ b/src/Pure/Isar/proof_context.ML	Wed Apr 10 17:02:47 2013 +0200
@@ -10,6 +10,7 @@
 sig
   val theory_of: Proof.context -> theory
   val init_global: theory -> Proof.context
+  val get_global: theory -> string -> Proof.context
   type mode
   val mode_default: mode
   val mode_stmt: mode
@@ -166,6 +167,7 @@
 
 val theory_of = Proof_Context.theory_of;
 val init_global = Proof_Context.init_global;
+val get_global = Proof_Context.get_global;