Safe Haskell | None |
---|---|
Language | Haskell2010 |
- type ForeignRegion = (ForeignPtr Word8, Int, Int)
- class FromForeignRegion a where
Documentation
type ForeignRegion = (ForeignPtr Word8, Int, Int) Source #
class FromForeignRegion a where Source #
Class for datastructures that can be created from a foreign region
fromForeignRegion :: ForeignRegion -> a Source #
Create a value of type @a from a foreign region.