learnyouahaskell.github.io icon indicating copy to clipboard operation
learnyouahaskell.github.io copied to clipboard

"The Monad type class" is outdated

Open konsumlamm opened this issue 2 years ago • 1 comments

The section "The Monad type class" in the chapter "A Fistful of Monads" (https://learnyouahaskell.github.io/a-fistful-of-monads.html#the-monad-type-class) talks about how Applicative is not a superclass of Monad. However, that is not true anymore. Additionally, fail is no longer a method of Monad.

konsumlamm avatar Feb 12 '22 12:02 konsumlamm

@konsumlamm Thanks for pointing these out! I'll keep this open so it can be incorporated. If you're interested and have basic web development experience please feel free to fork and make changes. Open to pull requests. :)

smith558 avatar Feb 14 '22 13:02 smith558