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
There could be a test for functions that should not typecheck. For example:
@specfoo(:foo|:bar):::foodeffoo(:foo)do:fooend
This fails because the :bar case isn't matched, which is awesome. It would be great if it was possible to add this to to the tests so it isn't accidentally broken.
The text was updated successfully, but these errors were encountered:
There could be a test for functions that should not typecheck. For example:
This fails because the
:bar
case isn't matched, which is awesome. It would be great if it was possible to add this to to the tests so it isn't accidentally broken.The text was updated successfully, but these errors were encountered: