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 0bfaad0 commit ec6710fCopy full SHA for ec6710f
src/Control/Bind.purs
@@ -63,7 +63,8 @@ infixr 1 bindFlipped as =<<
63
instance bindFn :: Bind ((->) r) where
64
bind m f x = f (m x) x
65
66
--- | The `Array` monad's "do notation" works like a nested for loop:
+-- | The `Array` monad's "do notation" works like a nested for loop. Each
67
+-- | `bind`/`elem <- array` adds another level of nesting in the loop:
68
-- | ```
69
-- | foo :: Array Int
70
-- | foo = do
0 commit comments