Im a Haskell beginner and I'm still learning about Category Theory and its practical use in computer science.
I've spent last day watching couple lectures from Berkley's university about category theory, most of its content was showing a mathematical view of Rings, Semigroups, Groups, Magmas, Monoids, etc.
Hence, questions raised in my mind about monadic composition and kleisli category. Therefore, I would like to questions Haskell/Category Theory experts.
Is do notation a sort of monad composition?
Regards,
Pablo Parada