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 b1c0113 + dafa7b5 commit 7857fb1Copy full SHA for 7857fb1
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