Skip to content

Commit acfa5f0

Browse files
committed
docs
1 parent efcac8f commit acfa5f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MODULES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ hashes :: forall e. (String -> String -> Eff e Unit) -> Eff e Unit
2222
matches :: forall e a. Match a -> (Maybe a -> a -> Eff e Unit) -> Eff e Unit
2323
```
2424

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.
2528

2629
#### `matches'`
2730

0 commit comments

Comments
 (0)