Function resolve_declared_type
pub fn resolve_declared_type(
declared_type: &AstDeclaredType,
chk: &mut TypeChecker,
driver: &mut Driver,
) -> Result<AstType, ResolutionError>Expand description
Resolves the given AstDeclaredType to its canonical AstType.