Instant is
off
|
Search plugin
|
Manual
|
haskell.org
traverse
+base
Packages
base
traverse
:: (Traversable t, Applicative f) => (a -> f b) -> t a -> f (t b)
base
Data.Traversable
traverse
_
:: (Foldable t, Applicative f) => (a -> f b) -> t a -> f ()
base
Data.Foldable
Map each element of a structure to an action, evaluate these actions from left to right, and ignore the results.
©
Neil Mitchell
2004-2012, version 4.2.11