Fix paths to images.
This commit is contained in:
parent
814baf4bce
commit
0a76533f33
|
|
@ -16,7 +16,7 @@ Modules in this group define the core concepts of *coderules* and the logic behi
|
||||||
|
|
||||||
Constraints activation trace view for debugging the process of evaluating constraint rules.
|
Constraints activation trace view for debugging the process of evaluating constraint rules.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Once finished, constraint rules produce inferred types and type errors, which are added as highlighter annotations to the editor.
|
Once finished, constraint rules produce inferred types and type errors, which are added as highlighter annotations to the editor.
|
||||||
|
|
||||||
|
|
@ -26,11 +26,11 @@ Once finished, constraint rules produce inferred types and type errors, which ar
|
||||||
|
|
||||||
Defines a custom aspect «types», which is used to store the typing rules in the language source code.
|
Defines a custom aspect «types», which is used to store the typing rules in the language source code.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Type checking plugin for MPS provides the actions for checking the types in a currently opened root.
|
Type checking plugin for MPS provides the actions for checking the types in a currently opened root.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Control flow
|
#### Control flow
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue