haskell-servant/servant
Voir sur GitHubMake `Servant.Client.Ghcjs.runClientM` take in a `ClientEnv`
Open
#945 ouverte le 14 avr. 2018
help wanted
Métriques du dépôt
- Stars
- (1 953 stars)
- Métriques de merge PR
- (Merge moyen 23h 44m) (4 PRs mergées en 30 j)
Description
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.