typed-session-state-algorithm-0.1.0.2: Automatically generate status for typed-session.
Safe HaskellSafe-Inferred
LanguageHaskell2010

TypedSession.State.Parser

Documentation

dbg :: String -> m a -> m a Source #

parseGoto :: (Show bst, Show r) => Parser (Protocol Creat r bst) 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 #

parseProtocol :: (Enum r, Bounded r, Show r, Enum bst, Bounded bst, Show bst) => Parser (Protocol Creat r bst) Source #