mps-coderules/samples
Grigorii Kirgizov a2f8f5e6f3 Handle cases with free & inference variables in containment, remove few unneeded rules (MPSCR-11)
Remove rules which handle capture+inference var case separately: it's already handled.
Remove rule with error on bound which shouldn't be triggered with new hasBound semantics.
Add symmetric rule for case value+inference var: types can be inferred nevermind relation direction.
Add rules for free vars without bounds (these ain't inference vars). Need in such vars arise when
e.g. params in classifierType terms must be somehow accessed. It's used in MethodCall rules.
2019-12-24 19:21:33 +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 Handle cases with free & inference variables in containment, remove few unneeded rules (MPSCR-11) 2019-12-24 19:21:33 +03:00