Skip to content

Commit fb791c9

Browse files
authored
Merge pull request #511 from Seasawher/auto-update-branch
2 parents 7d32759 + f8ad62d commit fb791c9

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

docs/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Attributes
22

3-
Mathlib version: `cd0d35771eeffaaec105eb48ee56c978dc740766`
3+
Mathlib version: `337f3a7ec82d927c2939d3e695573f43e5aa0874`
44

55
## Std.Internal.tree_tac
66
simp theorems used by internal DTreeMap lemmas

docs/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Commands
22

3-
Mathlib version: `cd0d35771eeffaaec105eb48ee56c978dc740766`
3+
Mathlib version: `337f3a7ec82d927c2939d3e695573f43e5aa0874`
44

55
## \#adaptation_note
66
Defined in: `adaptationNoteCmd`

docs/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Options
22

3-
Mathlib version: `cd0d35771eeffaaec105eb48ee56c978dc740766`
3+
Mathlib version: `337f3a7ec82d927c2939d3e695573f43e5aa0874`
44

55
## Elab.async
66
type: `Bool`

docs/tactics.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tactics
22

3-
Mathlib version: `cd0d35771eeffaaec105eb48ee56c978dc740766`
3+
Mathlib version: `337f3a7ec82d927c2939d3e695573f43e5aa0874`
44

55
## \#adaptation_note
66
Defined in: `«tactic#adaptation_note_»`
@@ -3768,7 +3768,8 @@ Lift an expression to another type.
37683768
* Usage: `'lift' expr 'to' expr ('using' expr)? ('with' id (id id?)?)?`.
37693769
* If `n : ℤ` and `hn : n ≥ 0` then the tactic `lift n to ℕ using hn` creates a new
37703770
constant of type ``, also named `n` and replaces all occurrences of the old variable `(n : ℤ)`
3771-
with `↑n` (where `n` in the new variable). It will remove `n` and `hn` from the context.
3771+
with `↑n` (where `n` in the new variable). It will clear `n` from the context and
3772+
try to clear `hn` from the context.
37723773
+ So for example the tactic `lift n to ℕ using hn` transforms the goal
37733774
`n : ℤ, hn : n ≥ 0, h : P n ⊢ n = 3` to `n : ℕ, h : P ↑n ⊢ ↑n = 3`
37743775
(here `P` is some term of type `ℤ → Prop`).

lake-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "cd0d35771eeffaaec105eb48ee56c978dc740766",
8+
"rev": "337f3a7ec82d927c2939d3e695573f43e5aa0874",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "master",
@@ -75,7 +75,7 @@
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "c44068fa1b40041e6df42bd67639b690eb2764ca",
78+
"rev": "e1303724b4b421693e72e817657f766ed6b9c0c9",
7979
"name": "batteries",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "main",

0 commit comments

Comments
 (0)