bytestringparser-temporary-0.4.0: Combinator parsing with Data.ByteString.Lazy

Portabilityunknown
Stabilityexperimental
Maintainerbos@serpentine.com

Data.ParserCombinators.Attoparsec.FastSet

Contents

Description

Fast 8-bit character set membership.

Synopsis

Data type

Construction

set :: ByteString -> FastSetSource

Create a character set.

Lookup

memberChar :: Char -> FastSet -> BoolSource

Check the table for membership.

memberWord8 :: Word8 -> FastSet -> BoolSource

Check the table for membership.

Debugging