Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit e7210a9

Browse files
authored
04_metam (#5)
* 翻訳開始 * 翻訳完了 * 表現微修正
1 parent 29206fa commit e7210a9

File tree

3 files changed

+821
-4
lines changed

3 files changed

+821
-4
lines changed

GROSSARY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,34 @@
33
| 英語 | 日本語 |
44
| --- | --- |
55
| abstract syntax tree | 抽象構文木 |
6+
| assign | 割当 |
67
| binder | 束縛子 |
78
| bound variable | 束縛変数 |
89
| concrete syntax tree | 解析木 |
910
| context | コンテキスト(証明やプログラム中のスコープを指す場合)、文脈(それ以外) |
1011
| delaboration | デラボレーション |
12+
| definitionally equal | 定義上等しい |
1113
| elaborate | 精緻化 |
1214
| elaboration | エラボレーション |
1315
| elaborator | エラボレータ |
1416
| free variable | 自由変数 |
17+
| full normalisation | 完全正規化 |
1518
| hypothesis | 仮定 |
1619
| expression ||
20+
| implementation detail | 実装の詳細 |
1721
| implication | 含意 |
22+
| instantiation | インスタンス化 |
23+
| kind ||
1824
| metavariable | メタ変数 |
1925
| notation | 記法 |
2026
| parse | パース |
27+
| proof term | 証明項 |
2128
| reduction | 簡約 |
2229
| reflection | リフレクション |
2330
| syntax | 構文 |
31+
| target type | ターゲットの型 |
2432
| term | 項(式を構成する要素)、用語 |
33+
| transparency | 透過度 |
2534
| unification | ユニフィケーション |
2635
| universe | 宇宙 |
2736
| universe-polymorphic constant | 宇宙多相な定数 |

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Arthur Paulino, Damiano Testa, Edward Ayers, Evgenia Karunus, Henrik
33
language = "ja"
44
multilingual = false
55
src = "md"
6-
title = "Metaprogramming in Lean 4"
6+
title = "Metaprogramming in Lean 4 日本語訳"
77

88
[output.html]
99
git-repository-url = "https://github.com/lean-ja/lean4-metaprogramming-book-ja"

0 commit comments

Comments
 (0)