aboutsummaryrefslogtreecommitdiff
path: root/proofs/proof_type.mli
diff options
context:
space:
mode:
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)