From b020c6c4d9f1fdd5f5e17f0b08151a18f021f8d3 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 25 Oct 2011 21:02:53 +0000 Subject: Applying Tom Prince's patch to support parametric "constructor n" in tactic notations and ltac definitions (see bug report #2496). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14606 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/tacexpr.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proofs') diff --git a/proofs/tacexpr.ml b/proofs/tacexpr.ml index 1928f5853d..9e2acfdd05 100644 --- a/proofs/tacexpr.ml +++ b/proofs/tacexpr.ml @@ -191,7 +191,7 @@ type ('constr,'pat,'cst,'ind,'ref,'id,'tac,'lev) gen_atomic_tactic_expr = | TacRight of evars_flag * 'constr bindings | TacSplit of evars_flag * split_flag * 'constr bindings list | TacAnyConstructor of evars_flag * 'tac option - | TacConstructor of evars_flag * int or_metaid * 'constr bindings + | TacConstructor of evars_flag * int or_var * 'constr bindings (* Conversion *) | TacReduce of ('constr,'cst,'pat) red_expr_gen * 'id gclause -- cgit v1.2.3