mps-coderules/samples
Grigorii Kirgizov 76859dc69a Provide required info for return ty inference or assign Object type. Fixes minor MPSCR-27
During investigation a different issue has been found.
Currently, e.g. when checking args to a method call, if there's an error then inference variable remains free.
It allows to continue typechecking without spurious additional errors triggered by former ones,
but with this approach all relations must gracefully handle free vars, and it's more difficult to avoid "no type".
There's an alternative to always assign to inference var a type at hand, even it doesn't pass checks
-- but then there're more unneccessary errors. Both approaches seem valid, no action is taken now.
2019-12-24 13:48:06 +03:00
..
fitch Add explicit "test" facets to test solutions. 2019-11-24 17:58:15 +01:00
lambdacalc Revert "Temporarily ignore failing tests." 2019-11-26 23:09:40 +01:00
mpscore Provide required info for return ty inference or assign Object type. Fixes minor MPSCR-27 2019-12-24 13:48:06 +03:00