tutorial: tweak index page
This commit is contained in:
parent
92431e59b9
commit
cc0a736daf
1 changed files with 4 additions and 4 deletions
|
@ -3,11 +3,11 @@ servant – A Type-Level Web DSL
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/haskell-servant/servant/master/servant.png
|
.. 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.
|
``servant`` is a set of packages for declaring web APIs at the type-level and
|
||||||
It allows to
|
then using those API specifications to:
|
||||||
|
|
||||||
- write servers,
|
- write servers (this part of ``servant`` can be considered a web framework),
|
||||||
- obtain clients (in haskell),
|
- obtain client functions (in haskell),
|
||||||
- generate client functions for other programming languages and
|
- generate client functions for other programming languages and
|
||||||
- generate documentation for your web applications.
|
- generate documentation for your web applications.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue