primitive-0.3.1: Wrappers for primitive operations

Portabilitynon-portable
MaintainerRoman Leshchinskiy <rl@cse.unsw.edu.au>

Data.Primitive

Description

Reexports all primitive operations

Synopsis

Documentation

sizeOf :: Prim a => a -> IntSource

Size of values of type a. The argument is not used.

alignment :: Prim a => a -> IntSource

Alignment of values of type a. The argument is not used.