A Monad is a Monoid has asked 27
questions and find answers to 134
problems.
Stats
2.8k EtPoint
730 Vote count
27 questions
134 answers
About
About me:
I prefer functional programming approach to solve problems, but I'm not a fundamentalist. I think the is better to use the right tool to the right problem.
Favourites answers
My favourites answers in order!
What is the Java equivalent of this Haskell function?
zipWith Function Implemented Using Map and Zip Functions
Why is GHC not importing Semigroup ((<>))
What exactly is the kind "*" in Haskell?
Passing an ArrayList of subclass to a constructor that takes ArrayList of superclass?