Skip to content

Commit 916633c

Browse files
committed
Optimize the translation of Elaboration
1 parent 619aecb commit 916633c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/courses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@
698698
元编程 (metaprogramming) 系统。本课程面向数学家和
699699
计算机科学家。涵盖的内容包括:类型多态、
700700
Monads、CIC、子类型化、策略、逻辑、集合、可计算性、终止性、
701-
元编程、宏、精化 (Elaboration)、类型合一 (Type Unification) 以及其他证明助手的相关工作。
701+
元编程、宏、繁饰 (Elaboration)、类型合一 (Type Unification) 以及其他证明助手的相关工作。
702702
- name: 密码学导论
703703
instructor: Matthew Robert Ballard
704704
institution: 南卡罗来纳大学 (University of South Carolina)

templates/extras/speedup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
**权衡:** 证明可能会增加好几行密集的代码,并且现在会按名称提及许多引理,其中任何一个将来都可能被重命名,从而破坏你的证明。
3636

37-
### `精化 (elaboration) 耗时过长`
37+
### `繁饰 (elaboration) 耗时过长`
3838

3939
在触发该消息的声明中查找 `_`,找出它们被填充的内容,并用相应的显式参数替换它们。
4040

0 commit comments

Comments
 (0)