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
{{ message }}
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.
Something that always irked me about haskell is the getSum/getProduct etc functions. It makes writing functions less generic than just passing in the favored monoid.
Something that always irked me about haskell is the
getSum
/getProduct
etc functions. It makes writing functions less generic than just passing in the favored monoid.I had luck with working with a common getter like
getVal
Thoughts?The text was updated successfully, but these errors were encountered: