| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.CSV.LexerUtils
Documentation
appendMode :: Action Source #
Constructors
| Item !ByteString | |
| Newline | |
| Comma | |
| TokenError !Error |
Constructors
| AlexInput | |
Fields
| |
data LexerState Source #
Constructors
| LexerState | |
Fields
| |
token :: Applicative f => a -> p1 -> p2 -> f (Maybe a) Source #
errorAction :: AlexInput -> State LexerState [Token] Source #
Constructors
| LexerError String | |
| UntermString |
startString :: Action Source #
alexInputPrevChar :: AlexInput -> Char Source #