A Monad is a Monoid has asked 23
questions and find answers to 104
problems.
Stats
2.3k EtPoint
635 Vote count
23 questions
104 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?