a0265097e8
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`). |
||
---|---|---|
.. | ||
src/Servant | ||
test | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
servant-foreign.cabal | ||
Setup.hs |