Safe Haskell | None |
---|
Documentation
class Error e => SaslError e whereSource
fromSaslError :: SaslErrorType -> ByteString -> eSource
sasl :: (MonadState m, SaslState (StateType m), MonadError m, SaslError (ErrorType m)) => (ByteString -> m ByteString) -> (ByteString, (Bool, Pipe ByteString (Either Success ByteString) m ()))Source
mkStored :: ByteString -> ByteString -> ByteString -> ByteStringSource