Module type_resolution

Expand description

The type_resolution module provides functionality to resolve a declared type into a canonical AstType.

Enums§

ResolutionError
An error returned by resolve_type. Error diagnostics are emitted to the compiler driver.

Functions§

resolve_declared_type
Resolves the given AstDeclaredType to its canonical AstType.