You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People keep asking about Course.Monad and what exercises should be completed, however, there are no exercises in the source file. That's because Monad is a combination of the Applicative and Bind type-classes, where all the exercises are done. It is also because the README puts the module in the progression and after completing exercises in other modules, it is unclear what to do with Course.Monad.
The only real exercise is a thinking one. The understanding that the Monad type-class is the coming together of its sub type-classes (Applicative and Bind).
It is suggested that Course.Monad be removed from the suggested progression and that the module itself contain a comment clarifying its purpose.
The text was updated successfully, but these errors were encountered:
People keep asking about
Course.Monad
and what exercises should be completed, however, there are no exercises in the source file. That's becauseMonad
is a combination of theApplicative
andBind
type-classes, where all the exercises are done. It is also because the README puts the module in the progression and after completing exercises in other modules, it is unclear what to do withCourse.Monad
.The only real exercise is a thinking one. The understanding that the
Monad
type-class is the coming together of its sub type-classes (Applicative
andBind
).It is suggested that
Course.Monad
be removed from the suggested progression and that the module itself contain a comment clarifying its purpose.The text was updated successfully, but these errors were encountered: