servant/servant-server/example
2022-03-21 13:31:33 +01:00
..
greet.hs Re-export Servant.API.Generic in Servant.API 2022-03-21 13:31:33 +01:00
greet.md Prepare merge 2015-04-20 11:13:18 +02:00
README.md Fix typos and grammar (#1304) 2020-06-06 00:43:51 -04:00

  • greet.hs shows how to write a simple webservice, run it, query it with automatically-derived haskell functions and print the (generated) markdown documentation for the API.
  • greet.md contains the aforementioned generated documentation.