aboutsummaryrefslogtreecommitdiff
path: root/plugins/ssr
diff options
context:
space:
mode:
authorMaxime Dénès2017-06-14 15:08:43 +0200
committerMaxime Dénès2017-06-14 15:08:43 +0200
commitdcc5064bbc6f01b498abfdf80f0ea13a26381926 (patch)
treec2855cff0206cf55b8a09ad91e087d6ee5a9d845 /plugins/ssr
parentaed7a86b2147e70bebd50a4d19bac33908da334b (diff)
parent0fad09306982a88ff8d633d36abdc440dd542ab3 (diff)
Merge PR#622: Change the default flag value for Refine.refine
Diffstat (limited to 'plugins/ssr')
-rw-r--r--plugins/ssr/ssripats.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ssr/ssripats.ml b/plugins/ssr/ssripats.ml
index 4a9dddd2ba..7ae9e38248 100644
--- a/plugins/ssr/ssripats.ml
+++ b/plugins/ssr/ssripats.ml
@@ -95,7 +95,7 @@ let ssrmkabs id gl =
end in
Proofview.V82.of_tactic
(Proofview.tclTHEN
- (Tactics.New.refine step)
+ (Tactics.New.refine ~typecheck:false step)
(Proofview.tclFOCUS 1 3 Proofview.shelve)) gl
let ssrmkabstac ids =