Array with an Applicative functor based on zipping and parallel execution.
Union case | Description |
Full Usage:
Bounded 't array
Parameters:
't array
|
|
Full Usage:
Infinite 't
Parameters:
't
|
|
Static member | Description |
|
|
|
|
|
|
|
|
Full Usage:
ParallelArray.Map(x, f)
Parameters:
parray<'a>
f : 'a -> 'b
Returns: ParallelArray<'b>
|
|
|
|
|
|