| Safe Haskell | Safe-Infered |
|---|
Foreign.Storable.Asymmetric
- data NoData = NoData
- data DifferentPeekPoke a b
- getPeek :: DifferentPeekPoke t t1 -> t1
Documentation
data DifferentPeekPoke a b Source
A data structure where peek reads one structure, and poke writes another.
Instances
| (Storable a, Storable b) => Storable (DifferentPeekPoke a b) |
getPeek :: DifferentPeekPoke t t1 -> t1Source
Retrieves the peek structure from a DifferentPeekPoke.