Skip to content

Commit d7646dd

Browse files
authored
Merge pull request #162 from Seasawher/auto-update-branch
2 parents 728394c + 73f4425 commit d7646dd

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-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: `6e5c57744c0c760f11f5a74683da6c6ff1e73816`
3+
Mathlib version: `395140bc16632d76426ee2da966b4add3c9a6215`
44

55
## aesop
66
Register a declaration as an Aesop rule.

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: `6e5c57744c0c760f11f5a74683da6c6ff1e73816`
3+
Mathlib version: `395140bc16632d76426ee2da966b4add3c9a6215`
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: `6e5c57744c0c760f11f5a74683da6c6ff1e73816`
3+
Mathlib version: `395140bc16632d76426ee2da966b4add3c9a6215`
44

55
## Mathlib.Tactic.TFAE.useDeprecated
66
type: `Bool`

docs/tactics.md

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

3-
Mathlib version: `6e5c57744c0c760f11f5a74683da6c6ff1e73816`
3+
Mathlib version: `395140bc16632d76426ee2da966b4add3c9a6215`
44

55
## \#adaptation_note
66
Defined in: `«tactic#adaptation_note_»`
@@ -5733,6 +5733,18 @@ To use `unfold?`, shift-click an expression in the tactic state.
57335733
This gives a list of rewrite suggestions for the selected expression.
57345734
Click on a suggestion to replace `unfold?` by a tactic that performs this rewrite.
57355735

5736+
## unfold_let
5737+
Defined in: `Mathlib.Tactic.unfoldLetStx`
5738+
5739+
This tactic is subsumed by the `unfold` tactic.
5740+
5741+
`unfold_let x y z at loc` unfolds the local definitions `x`, `y`, and `z` at the given
5742+
location, which is known as "zeta reduction."
5743+
This also exists as a `conv`-mode tactic.
5744+
5745+
If no local definitions are given, then all local definitions are unfolded.
5746+
This variant also exists as the `conv`-mode tactic `zeta`.
5747+
57365748
## unfold_projs
57375749
Defined in: `Mathlib.Tactic.unfoldProjsStx`
57385750

lake-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "leanprover-community",
8-
"rev": "44f2360f50d0d3aea24653103a3f11ef5de9eb90",
8+
"rev": "e0d84490d3dc76e242e49bf303d22411ff449e16",
99
"name": "batteries",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "main",
@@ -25,7 +25,7 @@
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "leanprover-community",
28-
"rev": "5dfdc66e0d503631527ad90c1b5d7815c86a8662",
28+
"rev": "39119d25ce6f40a6250b742c6b4e8d9b400af677",
2929
"name": "aesop",
3030
"manifestFile": "lake-manifest.json",
3131
"inputRev": "master",
@@ -85,7 +85,7 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "",
88-
"rev": "6e5c57744c0c760f11f5a74683da6c6ff1e73816",
88+
"rev": "395140bc16632d76426ee2da966b4add3c9a6215",
8989
"name": "mathlib",
9090
"manifestFile": "lake-manifest.json",
9191
"inputRev": "master",

0 commit comments

Comments
 (0)