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
test_case_1 and test_case_2 in test/ex_type/checker_test_case.ex don't succeed because union types and case constructions don't yet work properly. For a case expression to typecheck correctly, one has to subtract the types of the previous cases from the union for further cases.
The text was updated successfully, but these errors were encountered:
test_case_1
andtest_case_2
intest/ex_type/checker_test_case.ex
don't succeed because union types andcase
constructions don't yet work properly. For acase
expression to typecheck correctly, one has to subtract the types of the previous cases from the union for further cases.The text was updated successfully, but these errors were encountered: