cairo_lang_semantic

Module expr

source
Expand description

This module is responsible for inner code elements, such as expressions and statements.

Modulesยง

  • This module is responsible of computing the semantic model of expressions and statements in the code, while type checking. It is invoked by queries for function bodies and other code blocks.
  • Bidirectional type inference.