diff options
Diffstat (limited to 'tactics/auto.mli')
| -rw-r--r-- | tactics/auto.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/auto.mli b/tactics/auto.mli index cd8808bff2..1bc321c940 100644 --- a/tactics/auto.mli +++ b/tactics/auto.mli @@ -170,7 +170,7 @@ val set_extern_subst_tactic : Useful to take the current goal hypotheses as hints; Boolean tells if lemmas with evars are allowed *) -val make_local_hint_db : bool -> open_constr list -> goal sigma -> hint_db +val make_local_hint_db : ?ts:transparent_state -> bool -> open_constr list -> goal sigma -> hint_db val priority : ('a * pri_auto_tactic) list -> ('a * pri_auto_tactic) list |
