src/Pure/Isar/method.ML
changeset 70521 9ddd66d53130
parent 70520 11d8517d9384
child 71675 55cb4271858b
--- a/src/Pure/Isar/method.ML	Tue Aug 13 10:27:21 2019 +0200
+++ b/src/Pure/Isar/method.ML	Tue Aug 13 15:34:46 2019 +0200
@@ -770,6 +770,8 @@
       |> (fn SOME msg => Seq.single (Seq.Error msg)
            | NONE => goal_cases_tac (map Token.content_of names) (ctxt, st)))))
     "bind cases for goals" #>
+  setup \<^binding>\<open>subproofs\<close> (text_closure >> (Context_Tactic.SUBPROOFS ooo evaluate_runtime))
+    "apply proof method to subproofs with closed derivation" #>
   setup \<^binding>\<open>insert\<close> (Attrib.thms >> (K o insert))
     "insert theorems, ignoring facts" #>
   setup \<^binding>\<open>intro\<close> (Attrib.thms >> (fn ths => fn ctxt => intro ctxt ths))