lspitzner / pqueue

Haskell priority queue package
Other
15 stars 13 forks source link

Replace `mapU` by `mapMonotonic` #129

Closed konsumlamm closed 8 months ago

konsumlamm commented 1 year ago

Deprecate mapU and replace it by mapMonotonic. Update the documentation for mapMonotonic and mapKeysMonotonic.

Closes #122.