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.
1 parent b1c0113 commit dafa7b5Copy full SHA for dafa7b5
src/Control/Bind.purs
@@ -33,7 +33,7 @@ import Data.Functor (class Functor, map, void, ($>), (<#>), (<$), (<$>))
33
-- | Instances must satisfy the following law in addition to the `Apply`
34
-- | laws:
35
-- |
36
--- | - Associativity: `(x >>= f) >>= g = x >>= (\k => f k >>= g)`
+-- | - Associativity: `(x >>= f) >>= g = x >>= (\k -> f k >>= g)`
37
38
-- | Associativity tells us that we can regroup operations which use `do`
39
-- | notation so that we can unambiguously write, for example:
0 commit comments