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
My goal is to have the last expression evaluate to right({}). In other words, I want to have a fallback type that only falls back if something other than null or undefined is given to it. Is this possible?
The text was updated successfully, but these errors were encountered:
Consider the following code:
My goal is to have the last expression evaluate to
right({})
. In other words, I want to have a fallback type that only falls back if something other thannull
orundefined
is given to it. Is this possible?The text was updated successfully, but these errors were encountered: