ekmett / profunctors

Haskell 98 Profunctors
http://hackage.haskell.org/package/profunctors
Other
70 stars 43 forks source link

Add Applicative for Forget #107

Closed echatav closed 11 months ago

echatav commented 1 year ago

This adds an Applicative instance for Forget, in line with its Monoid instance.

RyanGlScott commented 11 months ago

Sorry for taking so long to review this.

I think the CI bitrotted, so I pushed 2c9fd4c23bd44cfa3ab0ad6ca2d08b625758eacc to main in an effort to get it to a working state. Can you rebase your PR on top of main?

echatav commented 11 months ago

Sure thing, thanks.