# 4.5.3-1.3 类型检查核心逻辑

本节及后续相关章节包含类型检查的核心处理逻辑，我们将从如下几方面进行讲解：

1. 总体介绍
2. 类型表达式的类型检查
3. 求值表达式的类型检查
4. 类型兼容性检查
5. 处理 delayed 队列


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gocompiler.shizhz.me/golang-bian-yi-qi-lei-xing-jian-cha/4.5.31.3-lei-xing-jian-cha-he-xin-luo-ji.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
