Skip to content

Commit

Permalink
Update readme with TaskSeq.except
Browse files Browse the repository at this point in the history
  • Loading branch information
abelbraaksma committed Nov 7, 2022
1 parent a064a2a commit e0b31ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ The following is the progress report:
| | `distinctBy` | `dictinctBy` | `distinctByAsync` | |
| ✅ [#2][] | `empty` | `empty` | | |
| ✅ [#23][] | `exactlyOne` | `exactlyOne` | | |
| | `except` | `except` | | |
| ✅ [#83][] | `except` | `except` | | |
| ✅ [#83][] | | `exceptOfSeq` | | |
| ✅ [#70][] | `exists` | `exists` | `existsAsync` | |
| | `exists2` | `exists2` | | |
| ✅ [#23][] | `filter` | `filter` | `filterAsync` | |
Expand Down Expand Up @@ -611,4 +612,5 @@ module TaskSeq =
[#76]: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/76
[#81]: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/81
[#82]: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/82
[#83]: https://github.com/fsprojects/FSharp.Control.TaskSeq/pull/83

0 comments on commit e0b31ea

Please sign in to comment.