| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
TypedSession.State.Parser
Documentation
data ParserError Source #
Constructors
| EmptyInput | |
| TheFirstLetterNotCapitalized |
Instances
| Show ParserError Source # | |
Defined in TypedSession.State.Parser Methods showsPrec :: Int -> ParserError -> ShowS # show :: ParserError -> String # showList :: [ParserError] -> ShowS # | |
| Eq ParserError Source # | |
Defined in TypedSession.State.Parser | |
| Ord ParserError Source # | |
Defined in TypedSession.State.Parser Methods compare :: ParserError -> ParserError -> Ordering # (<) :: ParserError -> ParserError -> Bool # (<=) :: ParserError -> ParserError -> Bool # (>) :: ParserError -> ParserError -> Bool # (>=) :: ParserError -> ParserError -> Bool # max :: ParserError -> ParserError -> ParserError # min :: ParserError -> ParserError -> ParserError # | |
| ShowErrorComponent ParserError Source # | |
Defined in TypedSession.State.Parser | |
spaceConsumer :: Parser () Source #
parseLabel :: Show r => Parser (MsgOrLabel Creat r) Source #
parseBranchSt :: (Enum bst, Bounded bst, Show bst, Enum r, Bounded r, Show r) => Parser (BranchSt Creat r bst) Source #
parseBranch :: (Enum r, Bounded r, Show r, Enum bst, Bounded bst, Show bst) => Parser (Protocol Creat r bst) Source #
parseMsgOrLabel :: (Enum r, Bounded r, Show r, Enum bst, Bounded bst, Show bst) => Parser (Protocol Creat r bst) Source #