lspitzner / pqueue

Haskell priority queue package
Other
15 stars 13 forks source link

Use WordPtr instead of Word for Nattish #126

Open treeowl opened 1 year ago

treeowl commented 1 year ago

Use WordPtr instead of Word for Nattish. Word is actually fine, but I think WordPtr makes it more obviously fine, and also adds a bit of insurance against hypothetical future changes to GHC.

Closes #124.