Module type_inference

Module type_inference 

Source
Expand description

Type inference for REPL variables

Tracks types of REPL variables across evaluations.

§Phase 3 Implementation

This is a stub implementation that returns basic type information. Full implementation (Phase 4+) will integrate with rust-analyzer for proper type inference.

Based on ODD-0026 Section 2.1 and ODD-0038 Decision 6

Structs§

TypeInference
Type inference engine
TypeInfo
Type information for a variable

Enums§

TypeInferenceError
Type inference errors

Type Aliases§

Result