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 would have expected that as long as code was marked as inline, typeChecks would evaluate a string value the same as if I included that string directly in the function body.
Also, I noticed that result1 requires a type annotation to compile. I'm not sure why that should be necessary given typeChecks always returns a Boolean.