bytestringparser-0.3: Combinator parsing with Data.ByteString.Lazy
Source code
Contents
Index
Data.ParserCombinators.Attoparsec.FastSet
Portability
unknown
Stability
experimental
Maintainer
bos@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
Instances
Eq
FastSet
Ord
FastSet
Show
FastSet
Construction
set
::
ByteString
->
FastSet
Source
Create a character set.
Lookup
memberChar
::
Char
->
FastSet
->
Bool
Source
Check the table for membership.
memberWord8
::
Word8
->
FastSet
->
Bool
Source
Check the table for membership.
Debugging
fromSet
::
FastSet
->
ByteString
Source
Produced by
Haddock
version 2.4.2