Skip to content

Commit 45a4b5b

Browse files
chore: bump to nightly-2025-03-12 (#341)
1 parent 51de514 commit 45a4b5b

8 files changed

Lines changed: 18 additions & 7 deletions

File tree

Manual/BasicTypes.lean

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ end ShortCircuit
241241

242242
{docstring cond}
243243

244+
{docstring Bool.dcond}
245+
244246
{docstring Bool.not}
245247

246248
{docstring Bool.and}

Manual/BasicTypes/Array.lean

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ tag := "array-api"
193193

194194
{docstring Array.appendList}
195195

196+
{docstring Array.leftpad}
197+
198+
{docstring Array.rightpad}
199+
196200
## Size
197201

198202
{docstring Array.size}
@@ -274,6 +278,8 @@ tag := "array-api"
274278

275279
{docstring Array.swapAt!}
276280

281+
{docstring Array.replace}
282+
277283
{docstring Array.set}
278284

279285
{docstring Array.set!}

Manual/BasicTypes/Int.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ end
9595

9696
{docstring Int.toNat}
9797

98-
{docstring Int.toNat'}
98+
{docstring Int.toNat?}
9999

100100
{docstring Int.toISize}
101101

Manual/BuildTools/Lake/Config.lean

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ package $name where
672672
$[$_:docComment]?
673673
$[@[$_,*]]?
674674
package $_:identOrStr {
675-
$[$_:declField $[,]?]*
675+
$[$_:declField];*
676676
}
677677
$[where
678678
$[$_:letRecDecl];*]?
@@ -767,7 +767,7 @@ lean_lib $_:identOrStr where
767767
$[$_:docComment]?
768768
$[$_:attributes]?
769769
lean_lib $_:identOrStr {
770-
$[$_:declField $[,]?]*
770+
$[$_:declField];*
771771
}
772772
$[where
773773
$[$_:letRecDecl];*]?
@@ -800,7 +800,7 @@ lean_exe $_:identOrStr where
800800
```grammar
801801
$[$_:docComment]? $[$_:attributes]?
802802
lean_exe $_:identOrStr {
803-
$[$_:declField $[,]?]*
803+
$[$_:declField];*
804804
}
805805
$[where
806806
$[$_:letRecDecl];*]?

Manual/Tactics.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ In this proof state, the universe level of `α` is unknown:
371371
∀ (α : _) (x : α) (xs : List α), x ∈ xs → xs.length > 0 := by
372372
intros α x xs elem
373373
/--
374-
α : Type ?u.891
374+
α : Type ?u.896
375375
x : α
376376
xs : List α
377377
elem : x ∈ xs

Manual/Terms.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,9 @@ They are encoded using the {name}`optParam` and {name}`autoParam` {tech}[gadgets
694694
{docstring autoParam}
695695

696696
## Generalized Field Notation
697+
%%%
698+
tag := "generalized-field-notation"
699+
%%%
697700

698701
The {ref "structure-fields"}[section on structure fields] describes the notation for projecting a field from a term whose type is a structure.
699702
Generalized field notation consists of a term followed by a dot (`.`) and an identifier, not separated by spaces.

lake-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "d8b9226cb22503302167548284c399dd163d5e4e",
8+
"rev": "18253d526eb256effbf62f896994f5043024f15a",
99
"name": "verso",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "main",

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:nightly-2025-03-07
1+
leanprover/lean4:nightly-2025-03-12

0 commit comments

Comments
 (0)