diff options
| author | Gaëtan Gilbert | 2020-02-06 16:37:33 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-02-06 21:17:56 +0100 |
| commit | 42c28946cded7e81ade816416fc1538341fd4da8 (patch) | |
| tree | 28984ec151e7782ec6197a349a72263239b3cdde /tactics/tacticals.mli | |
| parent | 907df42d15904c13b4e8c5af0e24ff0406b3f6ed (diff) | |
unsafe_type_of -> get_type_of in Elim.general_decomposer + pf_apply in ifOnHyp
Diffstat (limited to 'tactics/tacticals.mli')
| -rw-r--r-- | tactics/tacticals.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tacticals.mli b/tactics/tacticals.mli index 31d26834d6..4b93b81d1c 100644 --- a/tactics/tacticals.mli +++ b/tactics/tacticals.mli @@ -222,7 +222,7 @@ module New : sig val nLastDecls : Proofview.Goal.t -> int -> named_context - val ifOnHyp : (Id.t * types -> bool) -> + val ifOnHyp : (Environ.env -> evar_map -> Id.t * types -> bool) -> (Id.t -> unit Proofview.tactic) -> (Id.t -> unit Proofview.tactic) -> Id.t -> unit Proofview.tactic |
