| Copyright | (c) Tobias Schoofs |
|---|---|
| License | LGPL |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
Network.Mom.Stompl.Parser
Description
Stomp Parser based on Attoparsec
Synopsis
- stompParser :: Parser Frame
- stompAtOnce :: ByteString -> Either String Frame
Documentation
stompParser :: Parser Frame Source #
The Stomp Parser
stompAtOnce :: ByteString -> Either String Frame Source #
Parses a ByteString at once with Attoparsec parseOnly.
May fail or conclude.