Skip to content

Commit e6c8576

Browse files
authored
Merge pull request #528 from Seasawher/auto-update-branch
2 parents c1e9800 + 0795608 commit e6c8576

File tree

6 files changed

+25
-19
lines changed

6 files changed

+25
-19
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: `ef549b7b128a834178a5f25fbcdf75c3aa32deb7`
3+
Mathlib version: `4666766a0d9ab26b3bc2db21ac196e03cb5279b2`
44

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

docs/commands.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Commands
22

3-
Mathlib version: `ef549b7b128a834178a5f25fbcdf75c3aa32deb7`
3+
Mathlib version: `4666766a0d9ab26b3bc2db21ac196e03cb5279b2`
44

55
## \#adaptation_note
66
Defined in: `adaptationNoteCmd`
@@ -2280,10 +2280,9 @@ Note that the error name is not relativized to the current namespace.
22802280
## register_hint
22812281
Defined in: `Mathlib.Tactic.Hint.registerHintStx`
22822282

2283-
Register a tactic for use with the `hint` tactic, e.g. `register_hint simp_all`.
2284-
An optional priority can be provided with `register_hint (priority := n) tac`.
2285-
Tactics with larger priorities run before those with smaller priorities. The default
2286-
priority is `1000`.
2283+
Register a tactic for use with the `hint` tactic, e.g. `register_hint 1000 simp_all`.
2284+
The numeric argument specifies the priority: tactics with larger priorities run before
2285+
those with smaller priorities. The priority must be provided explicitly.
22872286

22882287
## register_label_attr
22892288
Defined in: `Lean.Parser.Command.registerLabelAttr`

docs/options.md

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

3-
Mathlib version: `ef549b7b128a834178a5f25fbcdf75c3aa32deb7`
3+
Mathlib version: `4666766a0d9ab26b3bc2db21ac196e03cb5279b2`
44

55
## Elab.async
66
type: `Bool`
@@ -2104,7 +2104,7 @@ Number of results requested from statesearch (default 6)
21042104
## statesearch.revision
21052105
type: `String`
21062106

2107-
default: `"v4.25.0-rc2"`
2107+
default: `"v4.25.0"`
21082108

21092109
Revision of LeanStateSearch to use
21102110

@@ -3144,6 +3144,13 @@ default: `false`
31443144

31453145
enable/disable tracing for the given module and submodules
31463146

3147+
## trace.Meta.Closure
3148+
type: `Bool`
3149+
3150+
default: `false`
3151+
3152+
enable/disable tracing for the given module and submodules
3153+
31473154
## trace.Meta.CongrTheorems
31483155
type: `Bool`
31493156

docs/tactics.md

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

3-
Mathlib version: `ef549b7b128a834178a5f25fbcdf75c3aa32deb7`
3+
Mathlib version: `4666766a0d9ab26b3bc2db21ac196e03cb5279b2`
44

55
## \#adaptation_note
66
Defined in: `«tactic#adaptation_note_»`
@@ -3367,7 +3367,7 @@ Defined in: `Lean.Parser.Tactic.tacticHaveI__`
33673367
## hint
33683368
Defined in: `Mathlib.Tactic.Hint.hintStx`
33693369

3370-
The `hint` tactic tries every tactic registered using `register_hint tac`,
3370+
The `hint` tactic tries every tactic registered using `register_hint <prio> tac`,
33713371
and reports any that succeed.
33723372

33733373
## induction

lake-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "ef549b7b128a834178a5f25fbcdf75c3aa32deb7",
8+
"rev": "4666766a0d9ab26b3bc2db21ac196e03cb5279b2",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "master",
@@ -15,7 +15,7 @@
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "leanprover-community",
18-
"rev": "156c416202d8afc1c2ff45ceb4d42ac9b9ecf089",
18+
"rev": "2503bfb5e2d4d8202165f5bd2cc39e44a3be31c3",
1919
"name": "plausible",
2020
"manifestFile": "lake-manifest.json",
2121
"inputRev": "main",
@@ -35,7 +35,7 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "leanprover-community",
38-
"rev": "451499ea6e97cee4c8979b507a9af5581a849161",
38+
"rev": "009064c21bad4d7f421f2901c5e817c8bf3468cb",
3939
"name": "importGraph",
4040
"manifestFile": "lake-manifest.json",
4141
"inputRev": "main",
@@ -55,7 +55,7 @@
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "ca519018e8bdc34d7bb4ecf0c8d39634a8c15300",
58+
"rev": "26e4c7c0e63eb3e6cce3cf7faba27b8526ea8349",
5959
"name": "aesop",
6060
"manifestFile": "lake-manifest.json",
6161
"inputRev": "master",
@@ -65,7 +65,7 @@
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "95c2f8afe09d9e49d3cacca667261da04f7f93f7",
68+
"rev": "2781d8ad404303b2fe03710ac7db946ddfe3539f",
6969
"name": "Qq",
7070
"manifestFile": "lake-manifest.json",
7171
"inputRev": "master",
@@ -75,7 +75,7 @@
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "091ff2379c7f0998aba1dc031a578810d44b9f3f",
78+
"rev": "7b346ae32fa3752c1c484082b6ba91903efbe215",
7979
"name": "batteries",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "main",
@@ -85,10 +85,10 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover",
88-
"rev": "72ae7004d9f0ddb422aec5378204fdd7828c5672",
88+
"rev": "1dae8b12f8ba27576ffe5ddee78bebf6458157b0",
8989
"name": "Cli",
9090
"manifestFile": "lake-manifest.json",
91-
"inputRev": "v4.25.0-rc2",
91+
"inputRev": "v4.25.0",
9292
"inherited": true,
9393
"configFile": "lakefile.toml"}],
9494
"name": "«mathlib4-help»",

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.25.0-rc2
1+
leanprover/lean4:v4.25.0

0 commit comments

Comments
 (0)