src/Pure/Isar/proof_context.ML
changeset 24812 8c2e8cf22fad
parent 24778 3e7f71caae18
child 24922 577ec55380d8
--- a/src/Pure/Isar/proof_context.ML	Tue Oct 02 07:59:55 2007 +0200
+++ b/src/Pure/Isar/proof_context.ML	Tue Oct 02 16:06:41 2007 +0200
@@ -10,6 +10,7 @@
 signature PROOF_CONTEXT =
 sig
   val theory_of: Proof.context -> theory
+  val tsig_of: Proof.context -> Type.tsig
   val init: theory -> Proof.context
   type mode
   val mode_default: mode