bitarray-0.0.1.1: Mutable and immutable bit arrays

Safe HaskellNone
LanguageHaskell98

Data.BitArray.IO

Description

Mutable one-dimensional packed bit arrays in the IO monad.

Synopsis

Documentation

flipBit :: IOBitArray -> Int -> IO Bool Source

flips the bit and returns the old value