mps-coderules/samples/mpscore/languages
Grigorii Kirgizov cba5ff86ed Remove 'error' type-like term from bl typesystem
It was aimed at precluding cascading typechecking failures.
(There was some case with typechecking 'hasBound' after incorrect bind.)

It seems controversial. Typechecking with it is no more predictable
than with free variables left unbound in case of error.
With current tests almost nothing changes after removing it.
2020-07-01 14:36:48 +03:00
..
jetbrains.mps.baseLanguage.closuresExt minor: remove unnecessary head dependencies in few rules 2020-07-01 14:36:48 +03:00
jetbrains.mps.baseLanguage.collectionsExt Fix "link out of search scope" in collections types 2020-06-09 02:19:42 +03:00
jetbrains.mps.baseLanguage.function Add typechecking for implicitly typed closure arg, add tests 2020-05-14 20:07:01 +03:00
jetbrains.mps.baseLanguage.javadocExt Apply automatic migrations. 2020-05-09 15:04:25 +02:00
jetbrains.mps.baseLanguage.sequence Abstract into bl typechecking of types having runtime representation (e.g. sequence) 2020-06-05 21:11:37 +03:00
jetbrains.mps.baseLanguage.tuplesExt Apply automatic migrations. 2020-05-09 15:04:25 +02:00
jetbrains.mps.baseLanguageExt Remove 'error' type-like term from bl typesystem 2020-07-01 14:36:48 +03:00
jetbrains.mps.lang.coderulesExt Drop obsolete and unused code. Tests superceded by new tests. 2020-05-25 13:15:25 +02:00
jetbrains.mps.lang.smodelExt Types for smodel lang. 2020-06-22 13:38:09 +02:00
jetbrains.mps.logicExt Inherit classifier term from `parameterized` and migrate ListFeature role usages 2020-05-21 16:38:44 +03:00