Skip to content

Commit 9c51768

Browse files
authored
Merge pull request #29 from lean-ja/metapro-link
メタプログラミングの本のリンク修正 #28
2 parents 7dea6c7 + ade907e commit 9c51768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ weight = 1
2525
* [Lean Manual](https://leanprover.github.io/lean4/doc/) Lean 言語の公式ドキュメント.
2626
* [Functional Programming in Lean](https://leanprover.github.io/functional_programming_in_lean/) 関数型プログラミング言語としての Lean の入門書.
2727
* [Mathematics in Lean](https://leanprover-community.github.io/mathematics_in_lean/) Lean でどのように数学を形式化するかを学ぶ教科書.初等整数論をはじめ,位相空間や測度も扱っています.
28-
* [Metaprogramming in Lean 4](https://github.com/leanprover-community/lean4-metaprogramming-book) Lean で独自のコマンドやタクティクを作るための方法を解説した本.
28+
* [Metaprogramming in Lean 4](https://leanprover-community.github.io/lean4-metaprogramming-book/) Lean で独自のコマンドやタクティクを作るための方法を解説した本.
2929
* [Natural Number Game 4](https://adam.math.hhu.de/#/g/hhu-adam/NNG4) Lean を使い,ペアノの公理から始めて自然数の基本的な性質を証明する初心者向けブラウザゲーム.
3030
* [Courses using Lean](https://leanprover-community.github.io/teaching/courses.html) Lean を題材とした講義のリスト.
3131

0 commit comments

Comments
 (0)