Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data ParserError Source #
Instances
Show ParserError Source # | |
Defined in TypedSession.State.Parser showsPrec :: Int -> ParserError -> ShowS # show :: ParserError -> String # showList :: [ParserError] -> ShowS # | |
Eq ParserError Source # | |
Defined in TypedSession.State.Parser (==) :: ParserError -> ParserError -> Bool # (/=) :: ParserError -> ParserError -> Bool # | |
Ord ParserError Source # | |
Defined in TypedSession.State.Parser 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 showErrorComponent :: ParserError -> String # errorComponentLen :: ParserError -> Int # |
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 #