bitmaps-0.2.5.1: src/Data/Bitmap/String.hs
-- | Bitmaps represented as strings
--
-- The module provides polymorphic support for representation of bitmaps as strings.
-- This module is designed to be most efficient with lazy bytestrings.
module Data.Bitmap.String
( BitmapString
) where
import Data.Bitmap.String.Internal