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 1addd7d + d826cf8 commit 1dcdd5cCopy full SHA for 1dcdd5c
src/Prelude.purs
@@ -349,7 +349,7 @@ foreign import arrayBind
349
}
350
""" :: forall a b. Array a -> (a -> Array b) -> Array b
351
352
-(>>=) :: forall m a b. (Monad m) => m a -> (a -> m b) -> m b
+(>>=) :: forall m a b. (Bind m) => m a -> (a -> m b) -> m b
353
(>>=) = bind
354
355
-- | The `Monad` type class combines the operations of the `Bind` and
0 commit comments