From 4da48b01f420d8eccf6dcb2fea11bb4d9f8d8a86 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 21 May 2003 22:38:38 +0000 Subject: Suppression définitive de lmatch et or_metanum dans tacinterp git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4054 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/proof_type.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'proofs/proof_type.ml') diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml index b905c0a26b..c8b4fc3ea1 100644 --- a/proofs/proof_type.ml +++ b/proofs/proof_type.ml @@ -71,7 +71,7 @@ and tactic_expr = (constr, constr_pattern, evaluable_global_reference, - inductive or_metanum, + inductive, ltac_constant, identifier, glob_tactic_expr) @@ -81,7 +81,7 @@ and atomic_tactic_expr = (constr, constr_pattern, evaluable_global_reference, - inductive or_metanum, + inductive, ltac_constant, identifier, glob_tactic_expr) @@ -91,7 +91,7 @@ and tactic_arg = (constr, constr_pattern, evaluable_global_reference, - inductive or_metanum, + inductive, ltac_constant, identifier, glob_tactic_expr) -- cgit v1.2.3