lspitzner / pqueue

Haskell priority queue package
Other
15 stars 13 forks source link

Define stimes #57

Closed treeowl closed 2 years ago

treeowl commented 2 years ago

Use stimes = stimesMonoid so that stimes 0 q produces empty instead of an error.

Fixes #54