Skip to content

Commit f9a618c

Browse files
authored
Merge branch 'main' into heyting
2 parents 7050aa6 + 72fda17 commit f9a618c

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

.lycheeignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ https://raw.githubusercontent.com/lean-ja/lean-by-example/.*
22
https://adam.math.hhu.de/#/g/leanprover-community/NNG4
33
https://live.lean-lang.org/
44
https://reservoir.lean-lang.org/
5+
https://leansearch.net/

book.toml

-2
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,3 @@ level = 2
5656
[preprocessor.admonish]
5757
command = "mdbook-admonish"
5858
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
59-
60-
### 注意: PDF 生成時に book-pdf.toml の内容が末尾に自動で追加される ###

lake-manifest.json

+13-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "leanprover-community",
38-
"rev": "8feac540abb781cb1349688c816dc02fae66b49c",
38+
"rev": "46fed98b5cac2b1ea64e363b420c382ed1af0d85",
3939
"name": "batteries",
4040
"manifestFile": "lake-manifest.json",
4141
"inputRev": "main",
@@ -55,7 +55,7 @@
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "e291aa4de57079b3d2199b9eb7b4b00922b85a7c",
58+
"rev": "662f986ad3c5ad6ab1a1726b3c04f5ec425aa9f7",
5959
"name": "aesop",
6060
"manifestFile": "lake-manifest.json",
6161
"inputRev": "master",
@@ -81,11 +81,21 @@
8181
"inputRev": "main",
8282
"inherited": true,
8383
"configFile": "lakefile.toml"},
84+
{"url": "https://github.com/siddhartha-gadgil/LeanSearchClient.git",
85+
"type": "git",
86+
"subDir": null,
87+
"scope": "",
88+
"rev": "c260ed920e2ebd23ef9fc8ca3fd24115e04c18b1",
89+
"name": "LeanSearchClient",
90+
"manifestFile": "lake-manifest.json",
91+
"inputRev": "main",
92+
"inherited": true,
93+
"configFile": "lakefile.toml"},
8494
{"url": "https://github.com/leanprover-community/mathlib4.git",
8595
"type": "git",
8696
"subDir": null,
8797
"scope": "",
88-
"rev": "0c4fd28f40011b35f5344cd35e9f2a759fdbe045",
98+
"rev": "605d02e962dfeba76e53d102502b0ba1eed614bf",
8999
"name": "mathlib",
90100
"manifestFile": "lake-manifest.json",
91101
"inputRev": "master",

0 commit comments

Comments
 (0)