haskell-servant/servant

Make `Servant.Client.Ghcjs.runClientM` take in a `ClientEnv`

Open

#945 ouverte le 14 avr. 2018

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Haskell (422 forks)batch import
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.

Guide contributeur