servant/servant-server/example
Julian K. Arni 212f066736 Add Config parameter.
This allows combinator instances to receive dynamic data that isn't
        constrained by the interface of Delayed etc.
2016-01-07 12:18:42 +01:00
..
greet.hs Add Config parameter. 2016-01-07 12:18:42 +01: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.