diff options
| author | Maxime Dénès | 2017-10-20 11:01:36 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-20 11:01:36 +0200 |
| commit | 09525d09e414d3582595ffd141702e69a9a2efb9 (patch) | |
| tree | 29b9077bb40339029dd18de7208545e9b336cecb /theories | |
| parent | 6bda57bd75efe55fe1f7774f932e9ef5a65aeaaf (diff) | |
| parent | d8177f283eec2b00d9dd7ea38e57e150e9b00188 (diff) | |
Merge PR #960: Uniformize references to Bugzilla
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Init/Tauto.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/Tauto.v b/theories/Init/Tauto.v index 886533586f..87b7a9a3be 100644 --- a/theories/Init/Tauto.v +++ b/theories/Init/Tauto.v @@ -27,7 +27,7 @@ Local Ltac simplif flags := | id: ?X1 |- _ => is_disj flags X1; elim id; intro; clear id | id0: (forall (_: ?X1), ?X2), id1: ?X1|- _ => (* generalize (id0 id1); intro; clear id0 does not work - (see Marco Maggiesi's bug PR#301) + (see Marco Maggiesi's BZ#301) so we instead use Assert and exact. *) assert X2; [exact (id0 id1) | clear id0] | id: forall (_ : ?X1), ?X2|- _ => |
