aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
authorHugo Herbelin2020-03-31 23:48:49 +0200
committerHugo Herbelin2020-03-31 23:48:49 +0200
commit04af77a6b138bb139751053d63651f7187ea9952 (patch)
treeeda57819139540b03cf1e6a5e15ec558954bb484 /tactics
parente98e8a03cae984a10fddc8acbe8fd781d4608b24 (diff)
parentfafc731885f84656ec884d40b843aa62a5991025 (diff)
Merge PR #11579: Remove ad-hoc treatment of inductive parameters in implicit arguments
Ack-by: SkySkimmer Ack-by: gares Reviewed-by: herbelin
Diffstat (limited to 'tactics')
-rw-r--r--tactics/tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index 30ca024a2f..c79aca3d3c 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -1223,7 +1223,7 @@ let rec intros_move = function
or a term with bindings *)
let tactic_infer_flags with_evar = {
- Pretyping.use_typeclasses = true;
+ Pretyping.use_typeclasses = Pretyping.UseTC;
Pretyping.solve_unification_constraints = true;
Pretyping.fail_evar = not with_evar;
Pretyping.expand_evars = true;