haskell / containers

Assorted concrete container types
https://hackage.haskell.org/package/containers
314 stars 177 forks source link

Future-proof testsuite against potential Prelude.foldl' #969

Closed TeofilC closed 10 months ago

TeofilC commented 10 months ago

This is a follow-up to https://github.com/haskell/containers/pull/948. That only dealt with the library. This also makes the test suites compatible

treeowl commented 10 months ago

Thanks!