From 368ac3d3cf4d512e5d4ac7243a92e5d150c7670f Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 28 Jan 2006 19:58:11 +0000 Subject: Ajout option 'using lemmas' à auto/trivial/eauto git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7937 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/tacexpr.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proofs') diff --git a/proofs/tacexpr.ml b/proofs/tacexpr.ml index 5da2f2a30f..c487c34a05 100644 --- a/proofs/tacexpr.ml +++ b/proofs/tacexpr.ml @@ -152,8 +152,8 @@ type ('constr,'pat,'cst,'ind,'ref,'id,'tac) gen_atomic_tactic_expr = | TacLApply of 'constr (* Automation tactics *) - | TacTrivial of string list option - | TacAuto of int or_var option * string list option + | TacTrivial of 'constr list * string list option + | TacAuto of int or_var option * 'constr list * string list option | TacAutoTDB of int option | TacDestructHyp of (bool * identifier located) | TacDestructConcl -- cgit v1.2.3