lspitzner / pqueue

Haskell priority queue package
Other
15 stars 13 forks source link

Strictify maps #103

Closed treeowl closed 1 year ago

treeowl commented 1 year ago

Closes #100

konsumlamm commented 1 year ago

Are you sure those are all mapping functions that need modification? What about Data.PQueue.Prio.Internals.mapForest (although it seems that one isn't even used anywhere) and Data.PQueue.Min.keysF?

treeowl commented 1 year ago

Are you sure those are all mapping functions that need modification? What about Data.PQueue.Prio.Internals.mapForest (although it seems that one isn't even used anywhere) and Data.PQueue.Min.keysF?

Good catches. I just fixed those.