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

03_expressions #4

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions GROSSARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,26 @@
| 英語 | 日本語 |
| --- | --- |
| abstract syntax tree | 抽象構文木 |
| binder | 束縛子 |
| bound variable | 束縛変数 |
| concrete syntax tree | 解析木 |
| context | コンテキスト(証明やプログラム中のスコープを指す場合)、文脈(それ以外) |
| delaboration | デラボレーション |
| elaborate | 精緻化 |
| elaboration | エラボレーション |
| elaborator | エラボレータ |
| free variable | 自由変数 |
| hypothesis | 仮定 |
| expression | 式 |
| implication | 含意 |
| metavariable | メタ変数 |
| notation | 記法 |
| parse | パース |
| reduction | 簡約 |
| reflection | リフレクション |
| syntax | 構文 |
| term | 項(式を構成する要素)、用語 |
| unification | ユニフィケーション |
| universe | 宇宙 |
| universe-polymorphic constant | 宇宙多相な定数 |
| β-reduction | β簡約 |
Loading
Loading