6462804f52
# Conflicts: # servant-server/servant-server.cabal # servant-server/src/Servant/Server/Internal.hs # servant-server/test/Servant/ServerSpec.hs # servant/servant.cabal # servant/src/Servant/API.hs |
||
---|---|---|
.. | ||
greet.hs | ||
greet.md | ||
README.md |
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.