servant/doc/index.rst

22 lines
527 B
ReStructuredText
Raw Normal View History

2016-02-18 17:02:11 +01:00
servant A Type-Level Web DSL
==============================
.. image:: https://raw.githubusercontent.com/haskell-servant/servant/master/servant.png
2016-02-18 18:13:43 +01:00
``servant`` is a set of packages for writing web applications and tools around them.
It allows to
- write servers,
- obtain clients (in haskell),
- generate client functions for other programming languages and
- generate documentation for your web applications.
All in a type-safe manner.
.. toctree::
2016-02-18 17:02:11 +01:00
:maxdepth: 2
2016-02-18 17:02:11 +01:00
introduction.rst
tutorial/index.rst
links.rst