haskell-servant/servant
GitHub で見るMake `Servant.Client.Ghcjs.runClientM` take in a `ClientEnv`
Open
#945 opened on 2018年4月14日
help wanted
説明
This would bring it in line with Servant.Client.runClientM. ClientEnv also needs to be exported from Servant.Client.Ghcjs.
Currently it seems like it's impossible to use ClientEnv without importing from Internal modules, which isn't ideal.