tutorial: tweak index page

This commit is contained in:
Sönke Hahn 2016-02-18 18:17:56 +01:00
parent 23d6671c6c
commit 71a21403a0

View File

@ -3,11 +3,11 @@ 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
``servant`` is a set of packages for declaring web APIs at the type-level and
then using those API specifications to:
- write servers,
- obtain clients (in haskell),
- write servers (this part of ``servant`` can be considered a web framework),
- obtain client functions (in haskell),
- generate client functions for other programming languages and
- generate documentation for your web applications.