aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tactics.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tactics.ml')
-rw-r--r--tactics/tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index 225ff3db9..549799974 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -4589,7 +4589,7 @@ module New = struct
let reduce_after_refine =
Proofview.V82.tactic (reduce
(Lazy {rBeta=true;rIota=true;rZeta=false;rDelta=false;rConst=[]})
- {onhyps=Some []; concl_occs=AllOccurrences })
+ {onhyps=None; concl_occs=AllOccurrences })
let refine ?unsafe c =
Proofview.Refine.refine ?unsafe c <*>