Skip to content

Commit 6ee16b8

Browse files
committed
Update readme with TaskSeq.except
1 parent 47dedbd commit 6ee16b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ The following is the progress report:
8888
| | `distinctBy` | `dictinctBy` | `distinctByAsync` | |
8989
| ✅ [#2][] | `empty` | `empty` | | |
9090
| ✅ [#23][] | `exactlyOne` | `exactlyOne` | | |
91-
| | `except` | `except` | | |
91+
| ✅ [#83][] | `except` | `except` | | |
92+
| ✅ [#83][] | | `exceptOfSeq` | | |
9293
| ✅ [#70][] | `exists` | `exists` | `existsAsync` | |
9394
| | `exists2` | `exists2` | | |
9495
| ✅ [#23][] | `filter` | `filter` | `filterAsync` | |
@@ -611,4 +612,5 @@ module TaskSeq =
611612
[#76]: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/76
612613
[#81]: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/81
613614
[#82]: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/82
615+
[#83]: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/83
614616

0 commit comments

Comments
 (0)