storable-record-0.0.7: Elegant definition of Storable instances for records
Safe HaskellSafe-Inferred
LanguageHaskell98

Foreign.Storable.FixedArray

Documentation

roundUp :: Int -> Int -> Int #

sizeOfArray :: Storable a => Int -> a -> Int #

pokeNext :: Storable a => a -> StateT (Ptr a) IO () #

peekNext :: Storable a => StateT (Ptr a) IO a #

run :: Ptr (t a) -> StateT (Ptr a) IO c -> IO c #