servant/servant-docs/src/Servant
Philipp Kant 3565641359 servant-docs: Fix docsWith.
When adding extra info using using docsWith, the responses vanished from
the output. This was due to combineAction being left-biased, and
docsWith combining the extra info with the enpoint (in that
order). Flipping combineAction solves this.
2015-07-06 19:36:03 +10:00
..
Docs servant-docs: Fix docsWith. 2015-07-06 19:36:03 +10:00
Docs.hs update examples for servant-docs. fixes #76 2015-05-14 01:01:41 +02:00