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

Foreign.Storable.Record

Documentation

data Access r a Source

Instances

element :: Storable a => (r -> a) -> Access r aSource

peek :: Dictionary r -> Ptr r -> IO rSource

poke :: Dictionary r -> Ptr r -> r -> IO ()Source