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, mix test succeeds, regardless of whether the files read from ExTypeTest typecheck or not. This only ensures that the typechecker doesn't crash, but it doesn't ensure that it stops typechecking correctly.
Currently,
mix testsucceeds, regardless of whether the files read fromExTypeTesttypecheck or not. This only ensures that the typechecker doesn't crash, but it doesn't ensure that it stops typechecking correctly.See also #19.