diff options
Diffstat (limited to 'proofs/proof_type.mli')
| -rw-r--r-- | proofs/proof_type.mli | 1 |
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 |
