File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ wget -q https://raw.githubusercontent.com/leanprover-community/mathlib4/master/s
34
34
35
35
``` bash
36
36
# 如果网络不行就本地下载再上传
37
- curl -L https://github.com/leanprover/elan/releases/download/v3.1.1 /elan-x86_64-unknown-linux-gnu.tar.gz -o elan.tar.gz
37
+ curl -L https://github.com/leanprover/elan/releases/download/v4.0.0 /elan-x86_64-unknown-linux-gnu.tar.gz -o elan.tar.gz
38
38
tar xf elan.tar.gz
39
39
```
40
40
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ echo '{ "cmd": "import Mathlib" }' | lake env /path/to/repl/.lake/build/bin/repl
267
267
268
268
## 更多示例
269
269
270
- 最后,附上 REPL 测试代码提供的示例,为展示方便,我们将输出结果拼接到对应的输入行后边 。
270
+ 最后,附上 REPL 提供的测试示例,以下内容由模型结合测试代码生成 。
271
271
272
272
### 基础示例:检查变量定义
273
273
Original file line number Diff line number Diff line change 71
71
- Lean-zh : index.md
72
72
- 安装指南 : install.md
73
73
- Lean4 工具链 : tutorial/elan-lake.md
74
- - Lake 包管理 : references/lake-doc.md
74
+ - Lake 包管理 : references/lake-doc.md
75
+ - 项目示例 - 元编程 : projects/meta-example.md
75
76
- 交互工具 :
76
77
- LeanDojo 教程 : tutorial/lean-dojo.md
77
78
- REPL 教程 : tutorial/repl.md
You can’t perform that action at this time.
0 commit comments