Replies: 2 comments
-
Utilize |
Beta Was this translation helpful? Give feedback.
0 replies
-
Many thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I have this case where I have a pipe that has several operations and each can return it's own error.
then at the end of the pipe I have a mapLeft to handle the leftside of the flow.
For some reason when I hover my mouse over the error I only get the latest Error that is put in the last either. But when I create a matcher I am stil able to handle all 3 the errors.
is there a way I can let the language server show I have a possibility of the 3 error types?
Beta Was this translation helpful? Give feedback.
All reactions