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/hints.mli | |
| parent | 8db43cac35eaa8f2b8c4f8d777dfaafd1f02f27e (diff) | |
Move connect_hint_clenv from Auto to Hints.
Diffstat (limited to 'tactics/hints.mli')
| -rw-r--r-- | tactics/hints.mli | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tactics/hints.mli b/tactics/hints.mli index 8243716624..1508b81d1f 100644 --- a/tactics/hints.mli +++ b/tactics/hints.mli @@ -239,6 +239,9 @@ val wrap_hint_warning_fun : env -> evar_map -> (evar_map -> 'a * evar_map) -> 'a * evar_map (** Variant of the above for non-tactics *) +val connect_hint_clenv + : hint -> Proofview.Goal.t -> clausenv * constr + (** Printing hints *) val pr_searchtable : env -> evar_map -> Pp.t |
