aboutsummaryrefslogtreecommitdiff
path: root/proofs/proof_type.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-11-05 00:56:29 +0100
committerPierre-Marie Pédrot2014-11-07 18:41:22 +0100
commitc32728e7bf0ba0449b60ea49df7f92fb6b70923d (patch)
treeaa4221a0343c0095808010f15fb5dbb1a4efe237 /proofs/proof_type.mli
parentb320666d84e2f9b91d0ab6dd70f29cdb7da68818 (diff)
Removing the legacy intro tactic code.
Diffstat (limited to 'proofs/proof_type.mli')
-rw-r--r--proofs/proof_type.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/proof_type.mli b/proofs/proof_type.mli
index 2225a6e304..9361d48e61 100644
--- a/proofs/proof_type.mli
+++ b/proofs/proof_type.mli
@@ -19,7 +19,6 @@ open Misctypes
is used by [Proof_tree] and [Refiner] *)
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