Jimmy Byrd

Results 244 comments of Jimmy Byrd

FWIW: IcedTasks does have this which you can use as a [polyfill](https://github.com/TheAngryByrd/IcedTasks/blob/9301abea2840a4e4fae2fd8785d792add5ec9b7c/src/IcedTasks/Task.fs#L12)

Just to add, I have found edges with [and! support](https://github.com/dotnet/fsharp/issues/12839#issuecomment-2041605283) that causes the "FS3511] This state machine is not statically compilable" warning. May not hit it here, but it might...

Agreed! Seem like a good PR to have: - Add `requireSomeWith` and `requireNoneWith` - Add to `Result`, `AsyncResult`, `TaskResult`, `JobResult` - Add corresponding tests