Safe Haskell | None |
---|
Documentation
type PArr = [::]
data Bool
data Word8
8-bit unsigned integer type
data Int
A fixed-precision integer type with at least the range [-2^29 .. 2^29-1]
.
The exact range for a given implementation can be determined by using
minBound
and maxBound
from the Bounded
class.
Bounded Int | |
Enum Int | |
Eq Int | |
Integral Int | |
Data Int | |
Num Int | |
Ord Int | |
Real Int | |
Show Int | |
Typeable Int | |
Storable Int | |
Bits Int | |
Elt Int | |
Elts Int | |
IOElt Int | |
DPrim Int | |
DT Int | |
UIO Int | |
Unbox Int | |
Prim Int | |
Random Int | |
Lift Int | |
PR Int | |
PA Int | |
Scalar Int | |
Random Int | |
Vector Vector Int | |
MVector MVector Int | |
PprPhysical (Dist Int) |
data Float
Single-precision floating point numbers. It is desirable that this type be at least equal in range and precision to the IEEE single-precision type.
data Double
Double-precision floating point numbers. It is desirable that this type be at least equal in range and precision to the IEEE double-precision type.