We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cade66 + e554ad6 commit da4e752Copy full SHA for da4e752
src/Control/Monad.purs
@@ -27,6 +27,7 @@ import Data.Unit (Unit)
27
-- |
28
-- | - Left Identity: `pure x >>= f = f x`
29
-- | - Right Identity: `x >>= pure = x`
30
+-- | - Applicative Superclass: `apply = ap`
31
class (Applicative m, Bind m) <= Monad m
32
33
instance monadFn :: Monad ((->) r)
0 commit comments