|
Data.Array.Parallel.Base | Portability | non-portable (unboxed values and GHC libraries) | Stability | internal | Maintainer | Roman Leshchinskiy <rl@cse.unsw.edu.au> |
|
|
|
|
|
Description |
Interface to the Base modules
|
|
Synopsis |
|
|
|
Documentation |
|
|
|
|
|
|
|
|
|
|
|
|
|
Strict pairs
|
|
|
Strict pair
| Constructors | | Instances | |
|
|
|
|
|
|
|
|
|
|
curryS :: ((a :*: b) -> c) -> a -> b -> c | Source |
|
|
uncurryS :: (a -> b -> c) -> (a :*: b) -> c | Source |
|
|
|
Same as pairS but comes with the unsafe rule
unsafe_unpairS . unsafe_pairS = id
|
|
|
Same as unpairS but comes with the unsafe rule
unsafe_unpairS . unsafe_pairS = id
|
|
Strict sums
|
|
|
Strict sum
| Constructors | | Instances | |
|
|
Strict Maybe
|
|
|
Strict Maybe
| Constructors | | Instances | |
|
|
|
|
|
|
Lazy wrapper
|
|
|
Constructors | | Instances | |
|
|
Class of hyperstrict types
|
|
|
The class of hyperstrict types. These are those types for which weak
head-normal form and normal form are the same.
That is, once they are evaluated to WHNF, they are guaranteed to
contain no thunks
| | Instances | |
|
|
|
|
|
|
|
|
|
|
|
|
Read (readsPrec, readList, readPrec, readListPrec) |
|
|
| Methods | | | Instances | |
|
|
|
Constructors | | Instances | |
|
|
ST (ST) |
|
runST |
|
Produced by Haddock version 2.4.2 |