diff options
author | Michal Terepeta <michal.terepeta@gmail.com> | 2018-03-05 15:16:02 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-03-06 13:03:06 -0500 |
commit | 64c0af7517148316b259300b851b966cfbcf3eaf (patch) | |
tree | 3c72f8eb06f7f7c5d86806d81dbe9177a995ba49 /compiler/codeGen | |
parent | 9bccfcdbbf97250ede05a9351de48f8fa1788217 (diff) | |
download | haskell-64c0af7517148316b259300b851b966cfbcf3eaf.tar.gz |
cmm/: Avoid using lazy left folds
This basically replaces all uses of `foldl` with `foldl'`. I've looked
at all the call sites and there doesn't seem to be any reason to prefer
the lazy version.
Signed-off-by: Michal Terepeta <michal.terepeta@gmail.com>
Test Plan: ./validate
Reviewers: bgamari, simonmar
Reviewed By: bgamari
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4463
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions