repos / handle-examples.hs.git


commit
e57b982
parent
095b1d1
author
Evgenii Akentev
date
2021-01-07 19:53:02 +0400 +04
Add link to the post
1 files changed,  +1, -1
M README.md
+1, -1
1@@ -1,4 +1,4 @@
2-This repository contains examples of the Handle pattern. We start from `simple` that contains domain logic and iterate trying to use records and backpack as a way to test the domain logic.
3+This repository contains examples of [the Handle pattern](https://jaspervdj.be/posts/2018-03-08-handle-pattern.html). We start from `simple` that contains domain logic and iterate trying to use records and backpack as a way to test the domain logic.
4 
5 - `simple` is a library with two modules: `WeatherProvider` (provides data) and `WeatherReporter` (uses the data to create a report).
6