aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proof_type.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/proof_type.ml')
-rw-r--r--proofs/proof_type.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml
index d7e1c7b53..613f85a73 100644
--- a/proofs/proof_type.ml
+++ b/proofs/proof_type.ml
@@ -27,7 +27,6 @@ type goal = Goal.goal
type tactic = goal sigma -> goal list sigma
type prim_rule =
- | Intro of Id.t
| Cut of bool * bool * Id.t * types
| FixRule of Id.t * int * (Id.t * int * constr) list * int
| Cofix of Id.t * (Id.t * constr) list * int