We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357a488 commit f1b8dfaCopy full SHA for f1b8dfa
changelog.md
@@ -40,11 +40,6 @@ We implemented a few of the IEnumerable extensions which are very useful on stri
40
### Monads
41
42
* Implemented `UpCast` for the monds `Option`, `Either`, `Result` and `System.Lazy`.
43
-* Implemented `OrElse` on `Either`
44
-* Implemented `OrElse` and `GetOrElse` on `Result`
45
-* Implemented `InspectLeft` on `Either`
46
-* Implemented `InspectNone` on `Option`
47
-* Implemented `InspectError` on `Result`
48
* Implemented `InspectEmpty` on `IEnumerable` and `IAsyncEnumerable`
49
* Implemented `ToAsyncEnumerable` extension on `Option`
50
0 commit comments