- commit
- 1831772
- parent
- e4ec0d9
- author
- Evgenii Akentev
- date
- 2021-01-09 00:49:33 +0400 +04
Update README.md
1 files changed,
+1,
-1
+1,
-1
1@@ -8,4 +8,4 @@ This repository contains examples of [the Handle pattern](https://jaspervdj.be/p
2
3 - `backpack-handle` does the same thing as `records-handle` but using Backpack instead. It allows us to specialize function calls.
4
5-- `backpack-handles` goes further and makes both `WeatherProvider` and `WeatherReporter` signatures. Unfortunately, it doesn't work yet.
6+- `backpack-handles` goes further and makes `WeatherProvider` and `WeatherReporter` signatures.