bitarray-0.0.1: Mutable and immutable bit arrays

Data.BitArray.IO

Description

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

Synopsis

Documentation

flipBit :: IOBitArray -> Int -> IO BoolSource

flips the bit and returns the old value