45a7bb1b73
* Use suggestion in #606 to document pattern matching client behaviour better * Helpful suggestion of reading in order in the index * A couple of extra internal links * Fox some typos / punctuation. Fixes #606
18 lines
479 B
ReStructuredText
18 lines
479 B
ReStructuredText
Tutorial
|
|
========
|
|
|
|
This is an introductory tutorial to **servant**. Whilst browsing is fine, it makes more sense if you read the sections in order, or at least read the first section before anything else.
|
|
|
|
(Any comments, issues or feedback about the tutorial can be submitted
|
|
to `servant's issue tracker <http://github.com/haskell-servant/servant/issues>`_.)
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
ApiType.lhs
|
|
Server.lhs
|
|
Client.lhs
|
|
Javascript.lhs
|
|
Docs.lhs
|
|
Authentication.lhs
|