diff options
| author | Pierre-Marie Pédrot | 2014-11-04 21:09:46 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-11-04 21:09:46 +0100 |
| commit | e59eeb6f0d8c8bcee12d97c6be6c1b972ba36cd5 (patch) | |
| tree | dbed2df57edd4456875e187e1de32862472aa9be /proofs/proof_type.mli | |
| parent | 62d366647146650d760b685b88d6ee4295e4a55b (diff) | |
Removing the old rename tactic.
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 1fb73b7ade..2225a6e304 100644 --- a/proofs/proof_type.mli +++ b/proofs/proof_type.mli @@ -26,7 +26,6 @@ type prim_rule = | Refine of constr | Thin of Id.t list | Move of bool * Id.t * Id.t move_location - | Rename of Id.t * Id.t (** Nowadays, the only rules we'll consider are the primitive rules *) |
