mps-coderules/samples
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
..
fitch Switch to reactor version 0.9.14. 2019-09-30 16:44:36 +02:00
lambdacalc Switch to reactor version 0.9.14. 2019-09-30 16:44:36 +02:00
mpscore Optimize typechecking of array literals. The errors are now reported on the literal itself. 2019-09-30 16:44:36 +02:00