数学系エンドユーザーのためのLean入門
「数学系エンドユーザーのためのLean入門」の講義資料です.
- 講義概要:
- 講義資料:
- 環境構築:
- 担当:
- Lean version:
- leanprover/lean4:v4.30.0
使い方
GitHubリポジトリをローカルに clone
git clone https://github.com/shosonoda/lean-math-note.git
プロジェクトルートで Lean バージョン確認
cd lean-math-note
cat lean-toolchain
elan show | grep -A 5 "active toolchain"
キャッシュ取得後,ビルド
lake exe cache get
lake build
VS Code 起動
code .