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.
do
1 parent 24f4ca7 commit d939da5Copy full SHA for d939da5
src/Control/Bind.purs
@@ -67,7 +67,7 @@ instance bindFn :: Bind ((->) r) where
67
-- | `bind`/`>>=` adds another level of nesting in the loop:
68
-- | ```
69
-- | foo :: Array Int
70
--- | foo = do
+-- | foo =
71
-- | ["a", "b"] >>= \eachElementInArray1 ->
72
-- | ["c", "d"] >>= \eachElementInArray2
73
-- | pure (eachElementInArray1 <> eachElementInArray2)
0 commit comments