Commit cb3c496
authored
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- ci
- src/Language/PureScript
- CST
- Sugar/TypeClasses
- tests/purs
- failing
- passing
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+5-3Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
176 | 176 | |
177 | 177 | |
178 | 178 | |
179 | | - |
180 | | - |
181 | | - |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
182 | 184 | |
183 | 185 | |
184 | 186 | |
|
Collapse file
src/Language/PureScript/CST/Convert.hs
Copy file name to clipboardExpand all lines: src/Language/PureScript/CST/Convert.hs+37-22Lines changed: 37 additions & 22 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
445 | 445 | |
446 | 446 | |
447 | 447 | |
448 | | - |
| 448 | + |
449 | 449 | |
450 | 450 | |
451 | 451 | |
| ||
454 | 454 | |
455 | 455 | |
456 | 456 | |
457 | | - |
| 457 | + |
| 458 | + |
458 | 459 | |
459 | 460 | |
460 | 461 | |
461 | 462 | |
462 | 463 | |
463 | | - |
| 464 | + |
464 | 465 | |
465 | | - |
| 466 | + |
| 467 | + |
466 | 468 | |
467 | 469 | |
468 | 470 | |
| ||
553 | 555 | |
554 | 556 | |
555 | 557 | |
556 | | - |
| 558 | + |
557 | 559 | |
558 | | - |
559 | | - |
560 | | - |
561 | | - |
562 | | - |
563 | | - |
564 | | - |
565 | | - |
566 | | - |
567 | | - |
568 | | - |
569 | | - |
570 | | - |
571 | | - |
572 | | - |
573 | | - |
574 | | - |
575 | 560 | |
576 | 561 | |
577 | 562 | |
| ||
619 | 604 | |
620 | 605 | |
621 | 606 | |
| 607 | + |
| 608 | + |
| 609 | + |
| 610 | + |
| 611 | + |
| 612 | + |
| 613 | + |
| 614 | + |
| 615 | + |
| 616 | + |
| 617 | + |
| 618 | + |
| 619 | + |
| 620 | + |
| 621 | + |
| 622 | + |
| 623 | + |
| 624 | + |
| 625 | + |
| 626 | + |
| 627 | + |
| 628 | + |
| 629 | + |
| 630 | + |
| 631 | + |
| 632 | + |
| 633 | + |
| 634 | + |
| 635 | + |
| 636 | + |
622 | 637 | |
623 | 638 | |
624 | 639 | |
|
Collapse file
src/Language/PureScript/CST/Flatten.hs
Copy file name to clipboardExpand all lines: src/Language/PureScript/CST/Flatten.hs+15-4Lines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
205 | 205 | |
206 | 206 | |
207 | 207 | |
208 | | - |
| 208 | + |
209 | 209 | |
210 | | - |
211 | | - |
212 | | - |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
213 | 214 | |
214 | 215 | |
215 | 216 | |
| ||
222 | 223 | |
223 | 224 | |
224 | 225 | |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
225 | 236 | |
226 | 237 | |
227 | 238 | |
|
Collapse file
src/Language/PureScript/CST/Parser.y
Copy file name to clipboardExpand all lines: src/Language/PureScript/CST/Parser.y+9-3Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
661 | 661 | |
662 | 662 | |
663 | 663 | |
664 | | - |
665 | | - |
| 664 | + |
| 665 | + |
666 | 666 | |
667 | | - |
| 667 | + |
668 | 668 | |
669 | 669 | |
670 | 670 | |
| ||
681 | 681 | |
682 | 682 | |
683 | 683 | |
| 684 | + |
| 685 | + |
| 686 | + |
| 687 | + |
| 688 | + |
| 689 | + |
684 | 690 | |
685 | 691 | |
686 | 692 | |
|
Collapse file
src/Language/PureScript/CST/Positions.hs
Copy file name to clipboardExpand all lines: src/Language/PureScript/CST/Positions.hs+9-2Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
157 | 157 | |
158 | 158 | |
159 | 159 | |
| 160 | + |
| 161 | + |
| 162 | + |
160 | 163 | |
161 | 164 | |
162 | | - |
| 165 | + |
| 166 | + |
163 | 167 | |
164 | 168 | |
165 | 169 | |
166 | 170 | |
167 | | - |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
168 | 175 | |
169 | 176 | |
170 | 177 | |
|
Collapse file
src/Language/PureScript/CST/Types.hs
Copy file name to clipboardExpand all lines: src/Language/PureScript/CST/Types.hs+11-2Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
194 | 194 | |
195 | 195 | |
196 | 196 | |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
197 | 206 | |
198 | | - |
| 207 | + |
199 | 208 | |
200 | | - |
| 209 | + |
201 | 210 | |
202 | 211 | |
203 | 212 | |
|
Collapse file
src/Language/PureScript/Sugar/TypeClasses/Deriving.hs
Copy file name to clipboardExpand all lines: src/Language/PureScript/Sugar/TypeClasses/Deriving.hs+20-4Lines changed: 20 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
49 | 65 | |
50 | | - |
| 66 | + |
51 | 67 | |
52 | 68 | |
53 | 69 | |
54 | 70 | |
55 | 71 | |
56 | 72 | |
57 | | - |
58 | | - |
| 73 | + |
| 74 | + |
59 | 75 | |
60 | 76 | |
61 | 77 | |
|
Collapse file
tests/purs/failing/DeriveClauseCannotDerive.out
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
Collapse file
tests/purs/failing/DeriveClauseCannotDerive.purs
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
Collapse file
tests/purs/failing/DeriveClauseEither2.out
Copy file name to clipboard+24Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
0 commit comments