semigroupoids-syntax-0.0.1: RebindableSyntax using the semigroupoids package

Safe HaskellSafe
LanguageHaskell2010

Data.Functor.Bind.Syntax

Documentation

(>>=) :: Bind f => f a -> (a -> f b) -> f b infixl 1 Source