servant/doc/index.rst
2016-03-19 17:40:00 +08:00

21 lines
527 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

servant A Type-Level Web DSL
==============================
.. image:: https://raw.githubusercontent.com/haskell-servant/servant/master/servant.png
``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::
:maxdepth: 2
introduction.rst
tutorial/index.rst
links.rst