We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcac8f commit acfa5f0Copy full SHA for acfa5f0
MODULES.md
@@ -22,6 +22,9 @@ hashes :: forall e. (String -> String -> Eff e Unit) -> Eff e Unit
22
matches :: forall e a. Match a -> (Maybe a -> a -> Eff e Unit) -> Eff e Unit
23
```
24
25
+Stream of hash changed, callback called when new hash can be matched
26
+First argument of callback is `Just a` when old hash can be matched
27
+and `Nothing` when it can't.
28
29
#### `matches'`
30
0 commit comments