Instant is
off
|
Search plugin
|
Manual
|
haskell.org
Traversable
-base
Packages
base
parallel
eval
Traversable
:: Traversable t => Strategy a -> Strategy (t a)
parallel
Control.Parallel.Strategies
Evaluate the elements of a traversable data structure according to the given strategy.
par
Traversable
:: Traversable t => Strategy a -> Strategy (t a)
parallel
Control.Parallel.Strategies
Like
evalTraversable
but evaluates all elements in parallel.
©
Neil Mitchell
2004-2012, version 4.2.11