diff options
| author | Pierre-Marie Pédrot | 2020-06-20 13:15:14 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-06-24 15:38:24 +0200 |
| commit | b89584b989d8623a63e85b4a664a730d0f92ed65 (patch) | |
| tree | ad613450624e757e9b3d4f4fd445c60cc1a1dd73 /proofs | |
| parent | 43b1742b2d7da56315fdc8e99c730fb456259cd5 (diff) | |
Remove all uses of clenv_unique_resolver.
All calls to this function are now factorized through Clenvtac.res_pf.
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/clenvtac.mli | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/clenvtac.mli b/proofs/clenvtac.mli index 6eafca359b..a34ec0e5be 100644 --- a/proofs/clenvtac.mli +++ b/proofs/clenvtac.mli @@ -16,7 +16,6 @@ open Unification (** Tactics *) val unify : ?flags:unify_flags -> constr -> unit Proofview.tactic -val clenv_refine : ?with_evars:bool -> ?with_classes:bool -> clausenv -> unit Proofview.tactic val res_pf : ?with_evars:bool -> ?with_classes:bool -> ?flags:unify_flags -> clausenv -> unit Proofview.tactic val clenv_pose_dependent_evars : ?with_evars:bool -> clausenv -> clausenv |
