From f68638477459eef68fb69adee244f58894e1f0a4 Mon Sep 17 00:00:00 2001 From: corbinea Date: Tue, 29 Jun 2004 15:55:40 +0000 Subject: moved instantiate binding to extratactics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5852 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 e6e0c470ba..4c85bf33a8 100644 --- a/proofs/tacexpr.ml +++ b/proofs/tacexpr.ml @@ -127,7 +127,7 @@ type ('constr,'pat,'cst,'ind,'ref,'id,'tac) gen_atomic_tactic_expr = | TacGeneralize of 'constr list | TacGeneralizeDep of 'constr | TacLetTac of name * 'constr * 'id gclause - | TacInstantiate of int * 'constr * (('id * hyp_location_flag,unit) location) +(* | TacInstantiate of int * 'constr * (('id * hyp_location_flag,unit) location) *) (* Derived basic tactics *) | TacSimpleInduction of (quantified_hypothesis * (bool ref * intro_pattern_expr list ref list) list ref) -- cgit v1.2.3