src/Pure/Isar/proof.ML
changeset 8718 3ba75b7e1168
parent 8670 d69616c74211
child 8722 f745b34dcde3
--- a/src/Pure/Isar/proof.ML	Sat Apr 15 15:00:57 2000 +0200
+++ b/src/Pure/Isar/proof.ML	Sat Apr 15 15:01:31 2000 +0200
@@ -703,7 +703,8 @@
   state
   |> assert_forward
   |> close_block
-  |> new_block;
+  |> new_block
+  |> reset_facts;
 
 
 end;