bytestringparser-0.3: Combinator parsing with Data.ByteString.LazySource codeContentsIndex
Data.ParserCombinators.Attoparsec.FastSet
Portabilityunknown
Stabilityexperimental
Maintainerbos@serpentine.com
Contents
Data type
Construction
Lookup
Debugging
Description
Fast 8-bit character set membership.
Synopsis
data FastSet
set :: ByteString -> FastSet
memberChar :: Char -> FastSet -> Bool
memberWord8 :: Word8 -> FastSet -> Bool
fromSet :: FastSet -> ByteString
Data type
data FastSet Source
show/hide Instances
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
fromSet :: FastSet -> ByteStringSource
Produced by Haddock version 2.4.2