src/Pure/Isar/proof.ML
changeset 70727 cb63a978a52e
parent 70520 11d8517d9384
child 70728 d5559011b9e6
--- a/src/Pure/Isar/proof.ML	Mon Sep 16 23:51:24 2019 +0200
+++ b/src/Pure/Isar/proof.ML	Tue Sep 17 16:26:57 2019 +0200
@@ -560,7 +560,7 @@
 fun gen_bind bind args state =
   state
   |> assert_forward
-  |> map_context (bind true args #> snd)
+  |> map_context (bind args #> snd)
   |> reset_facts;
 
 in