diff options
| author | Matthieu Sozeau | 2018-11-16 22:26:23 +0100 |
|---|---|---|
| committer | Matthieu Sozeau | 2018-11-16 22:26:23 +0100 |
| commit | f8a76b3d383abf468fb21df509f5da8f8aafa913 (patch) | |
| tree | 7b6da59938466bc632b4f2e8d0625814e813af06 /tactics | |
| parent | 3ff6723f4032bdf8c155b30c496188e58787cd49 (diff) | |
| parent | ad6d5a658806d1c0cf46a39f58113bfbd2ac808d (diff) | |
Merge PR #8779: Remove the implicit tactic feature following #7229.
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/tactics.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml index 1646906daa..03ad1b4c4f 100644 --- a/tactics/tactics.ml +++ b/tactics/tactics.ml @@ -1152,7 +1152,6 @@ let rec intros_move = function let tactic_infer_flags with_evar = { Pretyping.use_typeclasses = true; Pretyping.solve_unification_constraints = true; - Pretyping.use_hook = Pfedit.solve_by_implicit_tactic (); Pretyping.fail_evar = not with_evar; Pretyping.expand_evars = true } |
