aboutsummaryrefslogtreecommitdiff
path: root/proofs/proof_type.mli
diff options
context:
space:
mode:
authorherbelin2003-05-21 22:38:38 +0000
committerherbelin2003-05-21 22:38:38 +0000
commit4da48b01f420d8eccf6dcb2fea11bb4d9f8d8a86 (patch)
tree611c3f9b178632a5b610d2031dcc1609d5c58419 /proofs/proof_type.mli
parentcb601622d7478ca2d61a4c186d992d532f141ace (diff)
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
Diffstat (limited to 'proofs/proof_type.mli')
-rw-r--r--proofs/proof_type.mli6
1 files changed, 3 insertions, 3 deletions
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)