You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cheatsheet already has 'lateral' composition of functions using Applicative, but another thing that could be useful to add is lateral composition using mappend/(<>), since functions also implement Semigroup/Monoid.
I'm somewhat surprised that there aren't any examples using the Klesli arrow with functions as the monad itself.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: