Safe Haskell | None |
---|---|
Language | Haskell2010 |
Interpreter for accessing DO API through the web using [wreq http://www.serpentine.com/wreq].
Documentation
mkDOClient :: Monad m => ToolConfiguration -> CofreeT (CoDO (NetT m)) (Env ToolConfiguration) (NetT m ()) Source