diff options
| author | Pierre-Marie Pédrot | 2015-12-27 19:57:14 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2015-12-28 02:03:21 +0100 |
| commit | 28d4740736e5ef3b6f8547710dcf7e5b4d11cabd (patch) | |
| tree | 2df93aba768788f1b17fb412b75ba87f9d28b0de /tactics/hints.mli | |
| parent | 1ec0928ebecc8fa51022b681d32665d4f010e0ef (diff) | |
Eradicating uses of open_constr in TACTIC EXTEND in favour of uconstr.
Diffstat (limited to 'tactics/hints.mli')
| -rw-r--r-- | tactics/hints.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/hints.mli b/tactics/hints.mli index 3a0521f665..257598d188 100644 --- a/tactics/hints.mli +++ b/tactics/hints.mli @@ -214,7 +214,7 @@ val extern_intern_tac : Useful to take the current goal hypotheses as hints; Boolean tells if lemmas with evars are allowed *) -val make_local_hint_db : env -> evar_map -> ?ts:transparent_state -> bool -> open_constr list -> hint_db +val make_local_hint_db : env -> evar_map -> ?ts:transparent_state -> bool -> Tacexpr.delayed_open_constr list -> hint_db val make_db_list : hint_db_name list -> hint_db list |
