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
I am still not fluid in these Promise/Maybe/Result things in functional programming, and so my request may be stupid, but could we have a type Always(Thing) which is an alias for Promise(never, <Thing>)? Looks like a valid shortcut to me.
I am still not fluid in these Promise/Maybe/Result things in functional programming, and so my request may be stupid, but could we have a type
Always(Thing)which is an alias forPromise(never, <Thing>)? Looks like a valid shortcut to me.