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
It would be call if instead of multiple chains of 'runError' handlers we also provide a handler that handles all exception in the list and then returns something like Result errs a where errs is a type-level list, and the whole Result is similar to Either except it has a polymorphic variant on the left.
The text was updated successfully, but these errors were encountered:
Just describing an idea I want to work on.
It would be call if instead of multiple chains of 'runError' handlers we also provide a handler that handles all exception in the list and then returns something like
Result errs a
whereerrs
is a type-level list, and the wholeResult
is similar toEither
except it has a polymorphic variant on the left.The text was updated successfully, but these errors were encountered: