haskell / vector

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
Other
367 stars 139 forks source link

Future-proof against potential Prelude.foldl' #462

Closed Bodigrim closed 1 year ago

Bodigrim commented 1 year ago

See https://github.com/haskell/core-libraries-committee/issues/167

This is, of course, a bit speculative at the moment, but given that the change does not involve CPP, it should not hurt to merge it early to simplify further impact assessment.

Shimuuar commented 1 year ago

LGTM but build for GHC<=8.6 fails due to fail not being in scope

Bodigrim commented 1 year ago

@Shimuuar CI is green.