Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module exports the input classification type to avoid import cycles between other modules that need this.
Documentation
Valid Event ByteString | A valid event was parsed. Any unused characters from the input stream are also provided. |
Invalid | The input characters did not represent a valid event. |
Prefix | The input characters form the prefix of a valid event character sequence. |
Chunk | The input characters are either start of a bracketed paste chunk or in the middle of a bracketed paste chunk. |