ocramz / depq

Double-ended priority queues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add lookup/view by key

treeowl opened this issue · comments

It seems surprising, given my understanding of this representation, that there are no functions to look up priority and value by key, or to do so and also delete the entry.

Added lookup and delete in 0.4.2 (https://hackage.haskell.org/package/depq-0.4.2) . Thanks for reporting!