servant/src/Servant
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