lspitzner / pqueue

Haskell priority queue package
Other
15 stars 13 forks source link

Wrong documentation in `Data.PQueue.Max` #123

Closed konsumlamm closed 1 year ago

konsumlamm commented 1 year ago

The documentation for Data.PQueue.Max.toList says that it returns the list in ascending order, although it should say "descending". There are possibly more such mistakes.