author | wenzelm |
Sat, 16 Apr 2011 16:37:21 +0200 | |
changeset 42363 | e52e3f697510 |
parent 42362 | 5528970ac6f7 |
child 42364 | 8c674b3b8e44 |
--- a/src/Pure/Isar/proof_context.ML Sat Apr 16 16:29:13 2011 +0200 +++ b/src/Pure/Isar/proof_context.ML Sat Apr 16 16:37:21 2011 +0200 @@ -164,7 +164,9 @@ structure Proof_Context: PROOF_CONTEXT = struct -open Proof_Context; +val theory_of = Proof_Context.theory_of; +val init_global = Proof_Context.init_global; + (** inner syntax mode **)