-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
I'm opening this issue just to give some feedback on these two exercises.
- So in Monad exercise
OptionTis introduced. You can deduce some of its meaning from the text on the exercise but I've had to expand it with this article. Seems right but can't know it it the same thing. Also, in the article there are some nice examples to understand in what cases you'd useOptionT. - In Foldable exercise
MonoidKis referred out from nowhere before having explained it. Also had to go to the sources to expand on this.
It would be nice to explain why OptionT[F, A] & MonoidK[F, A] instead of OptionK[F, A] & MonoidK[F, A] or OptionT[F, A] & MonoidT[F, A]. Don't both suffixes mean the same thing?
- In Foldable, why, oh, why does this hold true?
Foldable[List].foldK(List(None, Option("two"), Option("three"))) should be(Some("two"))jrasmuson, jstjohn, glmars, lassebn and rogue0137
Metadata
Metadata
Assignees
Labels
No labels