Copyright | (C) 2019 Earnest Research |
---|---|
License | MIT |
Maintainer | Daniel Donohue <ddonohue@earnestresearch.com> |
Stability | experimental |
Portability | non-portable |
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.