From b1bd8f2a50863a6ca77b6f05b3f1756648cfe936 Mon Sep 17 00:00:00 2001 From: barras Date: Fri, 9 Jan 2004 19:02:58 +0000 Subject: bugs avec Pose et Assert git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5190 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 743f3cd09d..cf4741e5e2 100644 --- a/proofs/tacexpr.ml +++ b/proofs/tacexpr.ml @@ -129,11 +129,11 @@ type ('constr,'pat,'cst,'ind,'ref,'id,'tac) gen_atomic_tactic_expr = | TacCofix of identifier option | TacMutualCofix of identifier * (identifier * 'constr) list | TacCut of 'constr - | TacTrueCut of identifier option * 'constr + | TacTrueCut of name * 'constr | TacForward of bool * name * 'constr | TacGeneralize of 'constr list | TacGeneralizeDep of 'constr - | TacLetTac of identifier * 'constr * 'id gclause + | TacLetTac of name * 'constr * 'id gclause | TacInstantiate of int * 'constr * 'id gclause (* Derived basic tactics *) -- cgit v1.2.3