bitmaps-0.2.5.1: Bitmap library

Data.Bitmap.Foreign

Description

Wrapping interface for bitmaps as defined by the bitmap package

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.