src/Pure/Isar/proof.ML
changeset 14548 e1a196985fc8
parent 14528 1457584110ac
child 14554 b9cd48af3512
--- a/src/Pure/Isar/proof.ML	Tue Apr 13 07:25:46 2004 +0200
+++ b/src/Pure/Isar/proof.ML	Tue Apr 13 07:45:07 2004 +0200
@@ -122,6 +122,7 @@
   val begin_block: state -> state
   val end_block: state -> state Seq.seq
   val next_block: state -> state
+  val thisN: string
 end;
 
 structure Proof: PROOF =