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'm fairly certain type evaluable<T> = (any) -> T|T is not parsing how you want it to. It should be parsing T | T as the return type there, but I believe you wanted ((any) -> T) | T instead. So, I believe this is just user error.
This error appear when i call the same function
eval
in another part of the codeisolated repro
The text was updated successfully, but these errors were encountered: