GHC.PArr | Portability | non-portable (GHC Extensions)
Basic implementation of Parallel Arrays.
This module has two functions: (1) It defines the interface to the
parallel array extension of the Prelude and (2) it provides a vanilla
implementation of parallel arrays that does not require to flatten the
array code. The implementation is not very optimised. | Stability | internal | Maintainer | Manuel M. T. Chakravarty <chak@cse.unsw.edu.au> |
|
|