Module type_resolution
Expand description
The type_resolution module provides functionality to resolve a declared type into a canonical AstType.
Enums§
- Resolution
Error - An error returned by
resolve_type. Error diagnostics are emitted to the compiler driver.
Functions§
- resolve_
declared_ type - Resolves the given
AstDeclaredTypeto its canonicalAstType.