2016-02-18 17:02:11 +01:00
|
|
|
Tutorial
|
|
|
|
========
|
2016-01-25 14:11:40 +01:00
|
|
|
|
2016-02-18 22:12:27 +01:00
|
|
|
This is an introductory tutorial to **servant**.
|
|
|
|
|
2016-03-22 14:32:15 +01:00
|
|
|
.. note::
|
|
|
|
This tutorial is for the latest version of servant. The tutorial for
|
|
|
|
servant-0.4 can be viewed
|
|
|
|
`here <https://haskell-servant.github.io/tutorial/>`_.
|
|
|
|
|
2016-02-18 22:12:27 +01:00
|
|
|
(Any comments, issues or feedback about the tutorial can be handled
|
|
|
|
through
|
|
|
|
`servant's issue tracker <http://github.com/haskell-servant/servant/issues>`_.)
|
2016-01-25 14:11:40 +01:00
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
2016-01-25 22:30:16 +01:00
|
|
|
:maxdepth: 1
|
2016-01-25 14:11:40 +01:00
|
|
|
|
2016-01-27 22:58:38 +01:00
|
|
|
ApiType.lhs
|
|
|
|
Server.lhs
|
|
|
|
Client.lhs
|
|
|
|
Javascript.lhs
|
|
|
|
Docs.lhs
|
2016-03-26 13:56:45 +01:00
|
|
|
Authentication.lhs
|