Skip to content

Commit

Permalink
Merge pull request #1125 from lean-ja/Seasawher/issue1116
Browse files Browse the repository at this point in the history
#version コマンドを紹介する
  • Loading branch information
Seasawher authored Nov 16, 2024
2 parents d0bd69b + 366a0c9 commit a42232e
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 a42232e

Please sign in to comment.