This commit is contained in:
Ruben Moor 2016-04-20 16:07:02 +02:00
parent 292d49408a
commit 07f10aaf5e

View File

@ -15,5 +15,5 @@
- **[custom-monad](https://github.com/themoritz/diener)**:
A custom monad that can replace `IO` in servant applications. It adds among
other things logging functionality and a reader (for database conncetions).
other things logging functionality and a reader monad (for database connections).
A full usage example of servant/diener is also provided.