mps-coderules/samples/mpscore/solutions
Fedor Isakov 64a4be471f Optimize typechecking of array literals. The errors are now reported on the literal itself.
In general one should avoid using `typeOf/2` constraint with first argument being a logical.
The indexing mechanism ensures efficient search of matching rules when at least one argument
is a constant value. However, when all arguments are free logicals, *all* matches should be
tested, which is highly ineffective.
2019-09-30 16:44:36 +02:00
..
jetbrains.mps.baseLanguageExt.test Update language version after migrations from mps.logic lang 2019-09-11 13:24:02 +03:00
samples.mpscore.build Avoid nested empty lists in mapped ListNode.Alias. Fix capture in lcta helper for lub. Add test for lub. 2019-09-11 13:24:02 +03:00
typechecking.samples.baseLanguage Optimize typechecking of array literals. The errors are now reported on the literal itself. 2019-09-30 16:44:36 +02:00