Brian Lonsdorf
Results
1
issues of
Brian Lonsdorf
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. ``` js const any =...