haskell / containers

Assorted concrete container types
https://hackage.haskell.org/package/containers
315 stars 178 forks source link

NFData1,NFData2 instances (#767) #992

Open dbeacham opened 7 months ago

dbeacham commented 7 months ago

I've added NFData1 and NFData2 instances where appropriate for Data.Graph, Data.IntMap, Data.IntSet, Data.Map, Data.Sequence, Data.Set, Data.Tree and relevant internal dependencies

TODO:

meooow25 commented 2 months ago

This would be good to have. @dbeacham would you like to finish this PR?

dbeacham commented 2 months ago

Happy to - I'll finish it up next week.

treeowl commented 1 month ago

Speaking of changes, we usually use @since TODO because we don't usually know what the actual next version number will be very far in advance. But if @meooow25 wants to make a release imminently, this could be fine.