Skip to main content

Module type_inference

Module type_inference 

Source
Expand description

Type inference system for ELO expressions

Infers types for expressions to enable better error checking and code generation. Uses a simple bidirectional type inference approach.

Structs§

TypeInferenceVisitor
Type inference visitor

Enums§

InferredType
Inferred type of an ELO expression