# HG changeset patch # User wenzelm # Date 953306803 -3600 # Node ID 21074180a6f2395213b1ce2d377f420480a5e192 # Parent 60c2f892b1d9a3aa18d12dff90be208410628ac9 next_block: allow in non-goal blocks as well (experimental); diff -r 60c2f892b1d9 -r 21074180a6f2 src/Pure/Isar/proof.ML --- a/src/Pure/Isar/proof.ML Fri Mar 17 15:51:13 2000 +0100 +++ b/src/Pure/Isar/proof.ML Fri Mar 17 16:26:43 2000 +0100 @@ -748,7 +748,7 @@ state |> assert_forward |> close_block - |> assert_current_goal true +(* |> assert_current_goal true *) (* FIXME !? *) |> new_block;