Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- send :: LivyConstraint r m a => a -> m (Either LivyError (LivyResponse a))
Receiving a response
send :: LivyConstraint r m a => a -> m (Either LivyError (LivyResponse a)) Source #
Send a request, returning the associated response if successful.