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

TypedSession.State.Pipeline

Documentation

pipe :: (Enum r, Bounded r, Eq r, Ord r, Show bst) => Protocol Creat r bst -> Either (ProtocolError r bst) (PipeResult r bst) Source #

pipeWithTracer :: (Enum r, Bounded r, Eq r, Ord r, Show bst) => Protocol Creat r bst -> (Seq (Tracer r bst), Either (ProtocolError r bst) (PipeResult r bst)) Source #

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

data PipeResult r bst Source #

Constructors

PipeResult 

Fields