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.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'proofs/proof_type.mli') diff --git a/proofs/proof_type.mli b/proofs/proof_type.mli index 9337408824..7cbb2355a8 100644 --- a/proofs/proof_type.mli +++ b/proofs/proof_type.mli @@ -99,7 +99,7 @@ and tactic_expr = (constr, constr_pattern, evaluable_global_reference, - inductive or_metanum, + inductive, ltac_constant, identifier, glob_tactic_expr) @@ -109,7 +109,7 @@ and atomic_tactic_expr = (constr, constr_pattern, evaluable_global_reference, - inductive or_metanum, + inductive, ltac_constant, identifier, glob_tactic_expr) @@ -119,7 +119,7 @@ and tactic_arg = (constr, constr_pattern, evaluable_global_reference, - inductive or_metanum, + inductive, ltac_constant, identifier, glob_tactic_expr) -- cgit v1.2.3