mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
b01d327211
* Haskell: Add hlint rule to suggest foldl' over foldl `foldl` is lazy in a way that almost never is what you want since it can cause space leaks without any benefit. `foldl'` does not have this problem. See https://www.well-typed.com/blog/2014/04/fixing-foldl/ for more details. CHANGELOG_BEGIN CHANGELOG_END * Fix all existing occurrences of foldl CHANGELOG_BEGIN CHANGELOG_END |
||
---|---|---|
.. | ||
src/DA/Daml/LF | ||
BUILD.bazel | ||
daml-lf-proto.cabal |