9 lines
388 B
Markdown
9 lines
388 B
Markdown
---
|
|
layout: print
|
|
menu: false
|
|
---
|
|
|
|
Type inference and type checking is a problematic area for language authors — users of JetBrains MPS, because of inherent intricacies of the problem and sometimes inadequate support from the framework.
|
|
|
|
*Code Rules* is a new technology that brings logic programming in the form of constraints processing as a vehicle for implementing type inference.
|