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
Currently a type check error is of the form "<left side type info>, cannot be compared (<comparison type, e.g., 'is') with <right side type info>".
Would it be better to say "<left side type info> isn't comparable (<comparison type, e.g., 'is') with <right side type info>"?
The text was updated successfully, but these errors were encountered:
Currently a type check error is of the form
"<left side type info>, cannot be compared (<comparison type, e.g., 'is') with <right side type info>"
.Would it be better to say
"<left side type info> isn't comparable (<comparison type, e.g., 'is') with <right side type info>"
?The text was updated successfully, but these errors were encountered: