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 06d02be + 4d89003 commit 296d128Copy full SHA for 296d128
src/Control/Monad/Eff.purs
@@ -84,6 +84,6 @@ foreign import forE :: forall e. Int -> Int -> (Int -> Eff e Unit) -> Eff e Unit
84
85
-- | Loop over an array of values.
86
-- |
87
--- | `foreach xs f` runs the computation returned by the function `f` for each
+-- | `foreachE xs f` runs the computation returned by the function `f` for each
88
-- | of the inputs `xs`.
89
foreign import foreachE :: forall e a. Array a -> (a -> Eff e Unit) -> Eff e Unit
0 commit comments