We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f4ca69 + 07f10aa commit fd26721Copy full SHA for fd26721
doc/examples.md
@@ -11,3 +11,9 @@
11
12
Repository for templates for haskell projects, including some templates using
13
**servant**. These templates can be used with `stack new`.
14
+
15
+- **[custom-monad](https://github.com/themoritz/diener)**:
16
17
+ A custom monad that can replace `IO` in servant applications. It adds among
18
+ other things logging functionality and a reader monad (for database connections).
19
+ A full usage example of servant/diener is also provided.
0 commit comments