Skip to content

Commit

Permalink
#version コマンドを紹介する
Browse files Browse the repository at this point in the history
Fixes #1116
  • Loading branch information
Seasawher committed Nov 16, 2024
1 parent d0bd69b commit 366a0c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions LeanByExample/Reference/Diagnostic/Version.lean
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/- # \#version
`#version` コマンドは、その環境での Lean のバージョンと OS の情報を表示します。
-/

#version
1 change: 1 addition & 0 deletions booksrc/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- [#reduce: 式を簡約する](./Reference/Diagnostic/Reduce.md)
- [#synth: 型クラスの検査](./Reference/Diagnostic/Synth.md)
- [#time: 実行時間計測](./Reference/Diagnostic/Time.md)
- [#version: バージョン表示](./Reference/Diagnostic/Version.md)
- [#whnf: 式を弱頭正規形に](./Reference/Diagnostic/Whnf.md)

- [宣言的コマンド](./Reference/Declarative/README.md)
Expand Down

0 comments on commit 366a0c9

Please sign in to comment.