Commit 293c345
Update Data.Function constant for prelude 1.0 (purescript#2213)
* Update mkFnN inlining for prelude 1.0
This fixes the compiler not inlining mkFnN, since `Data.Function` has
moved to `Data.Function.Uncurried`
* Update CONTRIBUTORS.md1 parent 95334c8 commit 293c345
File tree
3 files changed
+5
-1
lines changed- src/Language/PureScript
- CodeGen/JS/Optimizer
3 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
394 | 397 | | |
395 | 398 | | |
0 commit comments