bytestringparser-0.2.2: Combinator parsing with Data.ByteString.LazySource codeContentsIndex
Text.ParserCombinators.ByteStringParser.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
member :: Char -> FastSet -> Bool
member8 :: Word8 -> FastSet -> Bool
fromSet :: FastSet -> ByteString
Data type
data FastSet Source
show/hide Instances
Construction
set :: ByteString -> FastSetSource
Create a character set.
Lookup
member :: Char -> FastSet -> BoolSource
Check the table for membership.
member8 :: Word8 -> FastSet -> BoolSource
Check the table for membership.
Debugging
fromSet :: FastSet -> ByteStringSource
Produced by Haddock version 2.7.2