diff options
| author | Pierre-Marie Pédrot | 2014-03-31 19:26:40 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-03-31 19:26:40 +0200 |
| commit | 68191dcce820a8135a84e716bddb7cf78476c360 (patch) | |
| tree | 2eb6ccd65aaeef11d99bd367edb4b4ed1fd94169 /proofs/proof_type.ml | |
| parent | e3eedfd7b585f2ab71c6c5750dcefa4d8ecb6f38 (diff) | |
Removing the Change_evar refiner rule.
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 3ee7c87f77..f98bfa5ea2 100644 --- a/proofs/proof_type.ml +++ b/proofs/proof_type.ml @@ -39,7 +39,6 @@ type prim_rule = | Move of bool * Id.t * Id.t move_location | Order of Id.t list | Rename of Id.t * Id.t - | Change_evars (** Nowadays, the only rules we'll consider are the primitive rules *) |
