Commit 45a46f7
Refactor
* move `steps` towards deprecation in `Homogeneous`
* deprecate `steps`; refactor `Setoid` proofs and equaiotnal reasoning combinators
* extensive refactoring
* tidy up
* add equivalence with `Setoid` representation
* removed buggy `PermutationReasoning` syntax
* refactored; removed buggy `PermutationReasoning` syntax
* `CHANGELOG`
* final fix-ups
* tighten `import`s
* tighten `import`s
* redundant constructor aliases
* fix-up `Reasoning` steps with the alias
* use aliases
* more `import` tightening
* refactor: encapsulate and tighten up
* avoid `PermutationReasoning` custom combinators
* fix up `CHANGELOG`
* encapsulate helper function
* revert changes
* review comments
* `fix-whitespace`
* toned down the comment on `steps`
* remove use of infix `insert`
* revert other deprecation
* no need for qualification
* remove deprecation banner
* three paras of commentary on the new transitivity proofs
* missing entry
* missing terminator
* response to review comments
* `with` to `let`
* fixed `BagAndSetEquality`
* fixed qualified `import` bug introduced during merge conflict resolution
* Update CHANGELOG.md
Deleted spurious attribution of the lemmas in `Data.List.Properties` about `product` to `Data.List.Relation.Unary.All.Properties`. Hope this fixes things now!
---------
Co-authored-by: MatthewDaggitt <matthewdaggitt@gmail.com>Data.List.Relation.Binary.Permutation.*, part I (#2333)1 parent d13d1ef commit 45a46f7
7 files changed
Lines changed: 551 additions & 431 deletions
File tree
- src/Data/List/Relation/Binary
- Permutation
- Propositional
- Setoid
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
| |||
167 | 174 | | |
168 | 175 | | |
169 | 176 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | 177 | | |
176 | 178 | | |
177 | 179 | | |
| |||
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
197 | 243 | | |
198 | 244 | | |
199 | 245 | | |
200 | 246 | | |
201 | 247 | | |
202 | 248 | | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
203 | 253 | | |
204 | 254 | | |
205 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
577 | | - | |
| 577 | + | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
| 580 | + | |
| 581 | + | |
593 | 582 | | |
594 | 583 | | |
595 | | - | |
| 584 | + | |
596 | 585 | | |
597 | | - | |
598 | | - | |
599 | | - | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
600 | 589 | | |
601 | 590 | | |
602 | 591 | | |
| |||
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
Lines changed: 53 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
| |||
30 | 38 | | |
31 | 39 | | |
32 | 40 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
37 | 56 | | |
38 | 57 | | |
39 | 58 | | |
40 | 59 | | |
41 | 60 | | |
42 | | - | |
| 61 | + | |
43 | 62 | | |
44 | | - | |
45 | | - | |
| 63 | + | |
| 64 | + | |
46 | 65 | | |
47 | | - | |
| 66 | + | |
48 | 67 | | |
49 | 68 | | |
50 | 69 | | |
| |||
58 | 77 | | |
59 | 78 | | |
60 | 79 | | |
61 | | - | |
| 80 | + | |
62 | 81 | | |
63 | 82 | | |
64 | 83 | | |
| |||
68 | 87 | | |
69 | 88 | | |
70 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
71 | 112 | | |
72 | 113 | | |
73 | 114 | | |
| |||
89 | 130 | | |
90 | 131 | | |
91 | 132 | | |
92 | | - | |
| 133 | + | |
93 | 134 | | |
94 | 135 | | |
95 | 136 | | |
96 | 137 | | |
97 | | - | |
| 138 | + | |
98 | 139 | | |
99 | 140 | | |
100 | 141 | | |
0 commit comments