Closed christiaanb closed 6 years ago
Given that fold = foldr in containers-0.5, there shouldn't be any performance differences. This change is needed to build on GHC 8.6 which ships with containers-0.6.
fold = foldr
containers-0.5
containers-0.6
Given that
fold = foldr
incontainers-0.5
, there shouldn't be any performance differences. This change is needed to build on GHC 8.6 which ships withcontainers-0.6
.