| Copyright | (c) Edward Kmett 2017 |
|---|---|
| License | BSD2 |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Coda.Syntax.Alex
Description
A simple input adapter that allows alex to work with Text
- data AlexInput = AlexInput {}
- data AlexInputState
- alexGetByte :: AlexInput -> Maybe (Word8, AlexInput)
Documentation
Invariants:
delta >= 0
Constructors
| AlexInput | |
Fields
| |
data AlexInputState Source #