diff options
| author | Pierre-Marie Pédrot | 2020-07-02 16:14:12 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-08-12 14:07:13 +0200 |
| commit | b0aa5bd44d31e7b3dd93b22f1fdfdd7545421ec1 (patch) | |
| tree | c59afd97bc6120fa34559eee908570eb375e5161 /tactics/auto.mli | |
| parent | 8db43cac35eaa8f2b8c4f8d777dfaafd1f02f27e (diff) | |
Move connect_hint_clenv from Auto to Hints.
Diffstat (limited to 'tactics/auto.mli')
| -rw-r--r-- | tactics/auto.mli | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tactics/auto.mli b/tactics/auto.mli index 903da143d2..bc2eee0e4c 100644 --- a/tactics/auto.mli +++ b/tactics/auto.mli @@ -12,7 +12,6 @@ open Names open EConstr -open Clenv open Pattern open Hints open Tactypes @@ -23,9 +22,6 @@ val default_search_depth : int ref val auto_flags_of_state : TransparentState.t -> Unification.unify_flags -val connect_hint_clenv - : hint -> Proofview.Goal.t -> clausenv * constr - (** Try unification with the precompiled clause, then use registered Apply *) val unify_resolve : Unification.unify_flags -> hint -> unit Proofview.tactic |
