Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.RefSerialize.Parser
Description
A Parsec parser for the refSerialize monad. See package Parsec. all the functions have the same meaning
Documentation
Instances
Alternative STR | |
Monad STR | monadic serialization & deserialization |
Functor STR | |
MonadPlus STR | |
Applicative STR |
Constructors
StatR (Context, ByteString, ByteString) |
notFollowedBy :: Show t => STR t -> STR () Source
charLiteral :: STR Char Source
stringLiteral :: STR [Char] Source
whiteSpace :: STR () Source