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

TypedSession.State.GenDoc

Documentation

genRole :: (Enum r, Bounded r, Show r) => String -> Doc ann Source #

genSt :: String -> String -> PipleResult r bst -> Doc ann Source #

genProtIns :: (Enum r, Bounded r, Show bst, Show r) => String -> String -> PipleResult r bst -> Doc ann Source #

genGraph :: (Enum r, Bounded r, Show bst, Ord r, Show r) => StrFillEnv -> PipleResult r bst -> String Source #

genAllDoc' :: (Enum r, Bounded r, Ord r, Show r, Show bst) => StrFillEnv -> Protocol Creat r bst -> String -> String -> String -> [String] -> Either (ProtocolError r bst) (Doc ann) Source #

genAllDoc :: (Enum r, Bounded r, Ord r, Show r, Show bst) => StrFillEnv -> Protocol Creat r bst -> String -> String -> String -> [String] -> Either (ProtocolError r bst) String Source #

genAllFile :: (Enum r, Bounded r, Ord r, Show r, Show bst) => StrFillEnv -> Protocol Creat r bst -> String -> String -> String -> [String] -> IO () Source #