ndmitchell / extra

Extra Haskell functions
Other
94 stars 37 forks source link

Fix the exports of `Data.Foldable.Extra` and resolve #41 #66

Closed mixphix closed 4 years ago

mixphix commented 4 years ago

Just noticed that I forgot to export the Data.Foldable module on top of the extra functions, as per the style of this library. Also, I copied the code from Control.Monad.Extra for the functions mentioned in #41 since I think this is not a better place for them.

ndmitchell commented 4 years ago

Awesome - thanks!

ndmitchell commented 4 years ago

Do you have any further changes planned for extra? If you do, I'll wait until we've looked at them before making a release. Otherwise, I'll release now.

mixphix commented 4 years ago

Not at the moment! And I’ll wait a little while until my next PR if I do 😅 thanks! Go ahead and release!

ndmitchell commented 4 years ago

extra-1.7.6 now out.