:: Float -> Int package:ghc-internal
Convert to an
Int. It is implementation-dependent what
fromEnum returns when applied to a value that is too large to
fit in an
Int.
Computes the storage requirements (in bytes) of the argument. The
value of the argument is not used.
Computes the alignment constraint of the argument. An alignment
constraint x is fulfilled by any address divisible by
x. The alignment must be a power of two if this instance is
to be used with alloca or allocaArray. The value of
the argument is not used.