Skip to content

Commit fd26721

Browse files
committed
Merge pull request #479 from rubenmoor/patch-1
Update examples.md: diener-monad
2 parents 4f4ca69 + 07f10aa commit fd26721

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/examples.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@
1111

1212
Repository for templates for haskell projects, including some templates using
1313
**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

Comments
 (0)