This website requires JavaScript.
Explore
Help
Sign in
eeva
/
servant
Watch
1
Star
0
Fork
You've already forked servant
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
34f1715666
servant
/
src
/
Servant
History
Alp Mestanogullari
34f1715666
canonicalize api type before generating client functions, to flatten out all the client functions, distributing arguments properly: Client (a :> (b :<|> c)) = Client (a :> b) :<|> Client (a :> c)
2015-04-19 18:08:26 +02:00
..
Common
Add patch method, and make () response expect no content
2015-03-26 14:34:38 +01:00
Client.hs
canonicalize api type before generating client functions, to flatten out all the client functions, distributing arguments properly: Client (a :> (b :<|> c)) = Client (a :> b) :<|> Client (a :> c)
2015-04-19 18:08:26 +02:00