This repository was archived by the owner on Apr 20, 2018. It is now read-only.
Commit f7716d3
Dan Lewi Harkestad
Fixed a problem with the _Accumulator rewrite in grunt.
The result of the rewrite for an accumulator should have been:
((acc: TAcc, value: T) => TAcc)
But it was:
((acc: T, value: T) => TAcc)1 parent 6e8ccf9 commit f7716d3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2702 | 2702 | | |
2703 | 2703 | | |
2704 | 2704 | | |
2705 | | - | |
| 2705 | + | |
2706 | 2706 | | |
2707 | 2707 | | |
2708 | 2708 | | |
| |||
0 commit comments