Skip to content

Commit

Permalink
Merge pull request #1266 from lean-ja/Seasawher/issue1265
Browse files Browse the repository at this point in the history
「宣言的コマンド」「対話的コマンド」という用語が一般的でないことを注意する
  • Loading branch information
Seasawher authored Jan 1, 2025
2 parents f6b21cc + ca17082 commit 337af0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LeanByExample/Declarative/README.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
トップレベルコマンドには `#` から始まるものとそうでないものがあり、そうでないものを本書では便宜的に「宣言的コマンド」と呼んでいます。これは、そうしたコマンドが定義を行ったり属性を付与したりと、Lean に何かを宣言するために使われることが多いためです。
```admonish warning title="注意"
宣言的コマンド(declarative command)という用語は Lean コミュニティでは通じると思いますが、一般的なものではありません
宣言的コマンド(declarative command)という用語は一般的なものではなく、著者が本書で使うために考案したものです
```
-/

0 comments on commit 337af0c

Please sign in to comment.