From 45eba28da955d41cd43d7fef8ad9be758e33f6da Mon Sep 17 00:00:00 2001 From: "Julian K. Arni" Date: Sat, 19 Mar 2016 17:26:52 +0100 Subject: [PATCH] re-add conclusion --- doc/tutorial/Server.lhs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/tutorial/Server.lhs b/doc/tutorial/Server.lhs index 84a784d3..bd84b8a0 100644 --- a/doc/tutorial/Server.lhs +++ b/doc/tutorial/Server.lhs @@ -1108,6 +1108,8 @@ $ curl http://localhost:8081/b "hi" ``` +## Conclusion + You're now equipped to write webservices/web-applications using **servant**. The rest of this document focuses on **servant-client**, **servant-js** and **servant-docs**.