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.ml | |
| parent | 62d366647146650d760b685b88d6ee4295e4a55b (diff) | |
Removing the old rename tactic.
Diffstat (limited to 'proofs/proof_type.ml')
| -rw-r--r-- | proofs/proof_type.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml index 925aff10ef..d7e1c7b531 100644 --- a/proofs/proof_type.ml +++ b/proofs/proof_type.ml @@ -34,7 +34,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 *) |
