jaspervdj / psqueues

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

strict arguments without bang patterns #11

Open amigalemming opened 8 years ago

amigalemming commented 8 years ago

In a comment you write: "TODO (SM): get rid of bang patterns".

Once I wrote functions that should do the trick: https://hackage.haskell.org/package/utility-ht-0.0.11/docs/Data-Strictness-HT.html

Would that help?

jaspervdj commented 8 years ago

I don't think it's worth adding an external dependency for such a small thing.

amigalemming commented 8 years ago

On Sat, 16 Jan 2016, Jasper Van der Jeugt wrote:

I don't think it's worth adding an external dependency for such a small thing.

You can just copy the few lines you need.