hw-prim-0.6.3.2: Primitive functions and data types
Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.FromForeignRegion

Synopsis

Documentation

class FromForeignRegion a where Source #

Class for datastructures that can be created from a foreign region

Methods

fromForeignRegion :: ForeignRegion -> a Source #

Create a value of type @a from a foreign region.