zliu41 / min-max-pqueue

Min-max priority queue, also known as double-ended priority queue.
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Future-proof against potential Prelude.foldl' #2

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.

Bodigrim commented 1 year ago

@zliu41 just a gentle reminder about this (no real rush).

zliu41 commented 1 year ago

Thanks!