jaspervdj / psqueues

Priority Search Queues in three different flavors for Haskell
https://hackage.haskell.org/package/psqueues
Other
64 stars 24 forks source link

Mark more functions INLINABLE #39

Open treeowl opened 1 year ago

treeowl commented 1 year ago

I noticed that lbalance and rbalance don't have unfoldings, so they can't specialize to the Ord instances they use. I don't know if there are other missing pragmas of note.