projects
/
handle-examples.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4ec0d9
)
Update README.md
author
Evgenii Akentev
<i@ak3n.com>
Fri, 8 Jan 2021 20:49:33 +0000
(
01:49
+0500)
committer
GitHub
<noreply@github.com>
Fri, 8 Jan 2021 20:49:33 +0000
(
01:49
+0500)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index 2ceca371f4351989a3f9bfc19d4b5c395b4e9ccc..396d46e6e0dcd0eb1d73913637447611d5dbc470 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-8,4
+8,4
@@
This repository contains examples of [the Handle pattern](https://jaspervdj.be/p
- `backpack-handle` does the same thing as `records-handle` but using Backpack instead. It allows us to specialize function calls.
-- `backpack-handles` goes further and makes
both `WeatherProvider` and `WeatherReporter` signatures. Unfortunately, it doesn't work yet
.
+- `backpack-handles` goes further and makes
`WeatherProvider` and `WeatherReporter` signatures
.