TypedSession.State.Pipeline
pipe :: (Enum r, Bounded r, Eq r, Ord r) => Protocol Creat r bst -> Either (ProtocolError r bst) (PipeResult r bst) Source #
pipeWithTracer :: (Enum r, Bounded r, Eq r, Ord r) => 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
Fields