diff -r 63120b6dca50 -r 7e8e9a26ba2c src/Pure/Isar/proof.ML --- a/src/Pure/Isar/proof.ML Thu Jul 15 10:34:37 1999 +0200 +++ b/src/Pure/Isar/proof.ML Thu Jul 15 17:53:28 1999 +0200 @@ -11,6 +11,7 @@ type state exception STATE of string * state val check_result: string -> state -> 'a Seq.seq -> 'a Seq.seq + val init_state: theory -> state val context_of: state -> context val theory_of: state -> theory val sign_of: state -> Sign.sg @@ -643,7 +644,8 @@ |> assert_forward |> close_block |> assert_bottom bot - |> assert_current_goal true; + |> assert_current_goal true + |> goal_facts (K []); (* local_qed *)