From 72498d6d68ac12ba4db0db7d54f0ac6fdaaf0c61 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Mon, 18 Aug 2014 17:13:19 +0200 Subject: Adding a new intro-pattern for "apply in" on the fly. Using syntax "pat/term" for "apply term on current_hyp as pat". --- tactics/elim.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics/elim.mli') diff --git a/tactics/elim.mli b/tactics/elim.mli index b5e89de08..df75f8ba5 100644 --- a/tactics/elim.mli +++ b/tactics/elim.mli @@ -14,7 +14,7 @@ open Misctypes (** Eliminations tactics. *) val introCaseAssumsThen : - (intro_pattern_expr Loc.located list -> branch_assumptions -> unit Proofview.tactic) -> + (Tacexpr.intro_patterns -> branch_assumptions -> unit Proofview.tactic) -> branch_args -> unit Proofview.tactic val h_decompose : inductive list -> constr -> unit Proofview.tactic -- cgit v1.2.3