servant/servant-foreign
Philip Patsch a0265097e8 doc(servant-foreign): reorder imports
The imports were ordered in the worst possible way, with all
undocumented small type definitions coming first and the actual meat
of the module coming at the very end, mixed in with irrelevant
functions.

This inverses that toxic ordering, showing the main function
first (`listFromAPI`) and then the main data type (`Req`) and the main
class (`HasForeignType`).
2021-03-25 11:26:53 +01:00
..
src/Servant doc(servant-foreign): reorder imports 2021-03-25 11:26:53 +01:00
test Add URI fragment as a separate combinator (#1324) 2020-11-18 21:57:20 +03:00
CHANGELOG.md Prepare 0.18.2 release (#1364) 2020-11-22 17:51:32 +03:00
LICENSE Changelog and cabal file edits 2018-11-13 09:58:42 +02:00
README.md Extract common code-generation stuff to servant-foreign 2015-09-21 20:59:09 +03:00
servant-foreign.cabal Prepare 0.18.2 release (#1364) 2020-11-22 17:51:32 +03:00
Setup.hs Apply stylish-haskell on all modules 2018-06-29 23:36:39 +03:00

servant-foreign

servant

Types and helpers for generating clients for servant servers in arbitrary programming languages.