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 105a53e commit 85039e8Copy full SHA for 85039e8
src/Control/Bind.purs
@@ -70,7 +70,7 @@ instance bindFn :: Bind ((->) r) where
70
-- | Array's `bind`/`>>=` works like a nested for loop. Each `bind` adds
71
-- | another level of nesting in the loop. For example:
72
-- | ```
73
--- | foo :: Array Int
+-- | foo :: Array String
74
-- | foo =
75
-- | ["a", "b"] >>= \eachElementInArray1 ->
76
-- | ["c", "d"] >>= \eachElementInArray2
0 commit comments