You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Fallible does not support convenient bubbling an error up to a mapped type using the built-in Select. Creating an overloaded extension for Fallible<T> would be extremely useful to prevent verbose unpacking of fallible during mapping.
A SelectMany to be able to change IEnumerable<Fallible<T>> into Fallible<IEnumerable<T>> would also be extremely useful.
The text was updated successfully, but these errors were encountered:
Currently, Fallible does not support convenient bubbling an error up to a mapped type using the built-in
Select
. Creating an overloaded extension forFallible<T>
would be extremely useful to prevent verbose unpacking of fallible during mapping.A
SelectMany
to be able to changeIEnumerable<Fallible<T>>
intoFallible<IEnumerable<T>>
would also be extremely useful.The text was updated successfully, but these errors were encountered: