storable-record-0.0.5: Elegant definition of Storable instances for records

Safe HaskellSafe
LanguageHaskell98

Foreign.Storable.FixedArray

Documentation

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

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