Proof.have_i: multiple statements;
authorwenzelm
Sun, 11 Nov 2001 21:35:21 +0100
changeset 12145 c38a7efa3afb
parent 12144 f84eb7334d04
child 12146 8e02a45f77e2
Proof.have_i: multiple statements;
src/Pure/Isar/obtain.ML
--- a/src/Pure/Isar/obtain.ML	Sun Nov 11 21:35:04 2001 +0100
+++ b/src/Pure/Isar/obtain.ML	Sun Nov 11 21:35:21 2001 +0100
@@ -111,7 +111,7 @@
     |> (fn state' =>
       state'
       |> Proof.from_facts chain_facts
-      |> Proof.have_i after_qed "" [] (bound_thesis, ([], []))
+      |> Proof.have_i after_qed [(("", []), [(bound_thesis, ([], []))])]
       |> Method.refine (Method.Basic (K (Method.insert (Proof.the_facts state')))))
   end;