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
To sanity check that your have type coverage on your code you may want to get the checker to pretty-print checked and unchecked code.
Currently the only time code is unchecked is:
if we early bail & not check a unused function implementation
if we get an error halfway through an expression and dont check the rest of the expr, aka assignment has lower type coverage if the left hand side is ambigious.
if there is a bug in the type checker
The text was updated successfully, but these errors were encountered:
To sanity check that your have type coverage on your code you may want to get the checker to pretty-print checked and unchecked code.
Currently the only time code is unchecked is:
The text was updated successfully, but these errors were encountered: