Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
依赖类型 -> 依值类型(Dependent Type)
英文为了简短会把 type depends on a value(依值而存的类型)缩减为
dependent type,中文还是两个字,因此可将缺失的宾语「值」补足。
析构 -> 解构(Destruct)
目前术语「析构」常用于 C++ 中的「析构函数」,本质是资源回收函数。
它的涵义和「构造」对应的「解构」完全不同,因此直接译作「解构」即可。
「构造子」对应「解构子」,不再译作「解构器」。
进行性 -> 可进性(Progress)
「进行」通常表示一种正在进行的状态,而书中表示的是一个项可进一步规约,
因此译作「可进性」。