This commit is contained in:
Matthias Fischmann 2015-02-06 09:34:59 +01:00
parent 0edb828c1d
commit 3b48ca7d43
3 changed files with 2 additions and 3 deletions

View file

@ -4,7 +4,7 @@
![servant](https://raw.githubusercontent.com/haskell-servant/servant/master/servant.png)
This library lets you derive automatically Haskell functions that let you query each endpoint of a *servant* webservice.
This library lets you automatically derive Haskell functions that let you query each endpoint of a *servant* webservice.
## Example

View file

@ -255,4 +255,3 @@ pathGen = fmap NonEmpty path
filter (not . (`elem` "?%[]/#;")) $
filter isPrint $
map chr [0..127]