bitmaps-0.2.6.3: Bitmap library

Safe HaskellNone
LanguageHaskell2010

Data.Bitmap.Foreign

Description

Wrapping interface for IOBitmaps as defined by the "bitmap" package

TODO: Add support for "bitmap"'s pure bitmap type. Since this package was originally written, bitmap version 0.0.2 was released with new support for using both IOBitmaps and pure Bitmaps.

Synopsis

Documentation

newtype BitmapForeign Source

The foreign bitmap as defined by the "bitmap" package

For more information see documentation of the "bitmap" package.

NB: this type is actually a reference to a memory location; thus the possible issues with concurrency and referential transparency are introduced.