A Monad is a Monoid has asked 24
questions and find answers to 108
problems.
Stats
2.4k EtPoint
646 Vote count
24 questions
108 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?