servant/servant-server/example
2016-04-11 22:27:29 -07:00
..
greet.hs Introduce a Handler alias for ExceptT ServantErr IO 2016-04-11 22:27:29 -07:00
greet.md Prepare merge 2015-04-20 11:13:18 +02:00
README.md Prepare merge 2015-04-20 11:13:18 +02: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 aforementionned generated documentation.