aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tactics/tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index c933ec44e..0bf295b3c 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -3880,7 +3880,7 @@ module New = struct
Proofview.Goal.lift c >>= fun c ->
Proofview.tclSENSITIVE (Goal.refine c) <*>
Proofview.V82.tactic (reduce
- (Lazy {rBeta=true;rIota=false;rZeta=false;rDelta=false;rConst=[]})
+ (Lazy {rBeta=true;rIota=true;rZeta=false;rDelta=false;rConst=[]})
{onhyps=None; concl_occs=AllOccurrences }
)