From e4282ea99c664d8d58067bee199cbbcf881b60d5 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Sat, 4 Jul 2009 13:28:35 +0200 Subject: Imported Upstream version 8.2.pl1+dfsg --- proofs/tacmach.mli | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'proofs/tacmach.mli') diff --git a/proofs/tacmach.mli b/proofs/tacmach.mli index cdcb8bfd..37acf850 100644 --- a/proofs/tacmach.mli +++ b/proofs/tacmach.mli @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: tacmach.mli 11639 2008-11-27 17:48:32Z barras $ i*) +(*i $Id: tacmach.mli 12168 2009-06-06 21:34:37Z herbelin $ i*) (*i*) open Names @@ -137,6 +137,10 @@ val order_hyps : identifier list -> tactic val mutual_fix : identifier -> int -> (identifier * int * constr) list -> tactic val mutual_cofix : identifier -> (identifier * constr) list -> tactic +val mutual_fix_with_index : + identifier -> int -> (identifier * int * constr) list -> int -> tactic +val mutual_cofix_with_index : + identifier -> (identifier * constr) list -> int -> tactic (*s The most primitive tactics with consistency and type checking *) -- cgit v1.2.3