diff options
| author | Pierre-Marie Pédrot | 2020-05-12 15:50:02 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-05-12 15:50:02 +0200 |
| commit | c5fdfe6ffef15795ecfde8f18f332ddefd35605e (patch) | |
| tree | 26924e51902d882a82b1b5f7cff6ac867cb43724 /proofs/clenv.mli | |
| parent | 20ed9460ec30d7b02aa074c234014f0f2d86ecd3 (diff) | |
Remove a unused legacy tactic from Clenv.
Diffstat (limited to 'proofs/clenv.mli')
| -rw-r--r-- | proofs/clenv.mli | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/proofs/clenv.mli b/proofs/clenv.mli index 1adfdb885a..4279ab4768 100644 --- a/proofs/clenv.mli +++ b/proofs/clenv.mli @@ -63,9 +63,6 @@ val clenv_unify : ?flags:unify_flags -> conv_pb -> constr -> constr -> clausenv -> clausenv (** unifies the concl of the goal with the type of the clenv *) -val old_clenv_unique_resolver : - ?flags:unify_flags -> clausenv -> Goal.goal sigma -> clausenv - val clenv_unique_resolver : ?flags:unify_flags -> clausenv -> Proofview.Goal.t -> clausenv |
