Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 #
data PipeResult r bst Source #