Safe Haskell | None |
---|---|
Language | Haskell2010 |
HaskellWorks.Data.FromForeignRegion
Documentation
type ForeignRegion = (ForeignPtr Word8, Int, Int) Source #
class FromForeignRegion a where Source #
Minimal complete definition
Methods
fromForeignRegion :: ForeignRegion -> a Source #
Create a value of type @a from a foreign region.