aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proof_type.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-21 22:38:38 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-21 22:38:38 +0000
commit4da48b01f420d8eccf6dcb2fea11bb4d9f8d8a86 (patch)
tree611c3f9b178632a5b610d2031dcc1609d5c58419 /proofs/proof_type.ml
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.ml')
-rw-r--r--proofs/proof_type.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml
index b905c0a26..c8b4fc3ea 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)