added prf_asm_goal;
authorwenzelm
Fri, 01 Oct 1999 20:38:00 +0200
changeset 7676 811022c3837e
parent 7675 c859160e78b0
child 7677 de2e468a42c8
added prf_asm_goal;
src/Pure/Isar/outer_syntax.ML
--- a/src/Pure/Isar/outer_syntax.ML	Fri Oct 01 20:37:38 1999 +0200
+++ b/src/Pure/Isar/outer_syntax.ML	Fri Oct 01 20:38:00 1999 +0200
@@ -34,6 +34,7 @@
       val prf_chain: string
       val prf_decl: string
       val prf_asm: string
+      val prf_asm_goal: string
       val prf_script: string
       val kinds: string list
     end
@@ -82,10 +83,11 @@
   val prf_chain = "proof-chain";
   val prf_decl = "proof-decl";
   val prf_asm = "proof-asm";
+  val prf_asm_goal = "proof-asm-goal";
   val prf_script = "proof-script";
 
   val kinds = [control, diag, thy_begin, thy_switch, thy_end, thy_heading, thy_decl, thy_goal,
-    qed, qed_block, prf_goal, prf_block, prf_chain, prf_decl, prf_asm, prf_script];
+    qed, qed_block, prf_goal, prf_block, prf_chain, prf_decl, prf_asm, prf_asm_goal, prf_script];
 end;