lspitzner / pqueue

Haskell priority queue package
Other
15 stars 13 forks source link

Expose `Data.PQueue.Prio.Max.foldlU'` #79

Closed konsumlamm closed 2 years ago

konsumlamm commented 2 years ago

This was added in #59, but only to Data.PQueue.Prio.Max.Internals, without being exposed by Data.PQueue.Prio.Max. @treeowl I assume this was an oversight?

konsumlamm commented 2 years ago

@treeowl can you confirm that this was indeed an oversight?

treeowl commented 2 years ago

Probably? I don't quite remember.