Skip to content

Commit acb247a

Browse files
authored
Merge pull request #583 from Seasawher/auto-update-branch
2 parents 22dd482 + 8eb6d74 commit acb247a

File tree

5 files changed

+24
-18
lines changed

5 files changed

+24
-18
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: `18978c91c03a85d86b990dffa6d69336c85dfb2f`
3+
Mathlib version: `98379c78c5dd2e3614cd24ab7ad22f5713e0eb63`
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: `18978c91c03a85d86b990dffa6d69336c85dfb2f`
3+
Mathlib version: `98379c78c5dd2e3614cd24ab7ad22f5713e0eb63`
44

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

docs/options.md

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

3-
Mathlib version: `18978c91c03a85d86b990dffa6d69336c85dfb2f`
3+
Mathlib version: `98379c78c5dd2e3614cd24ab7ad22f5713e0eb63`
44

55
## Elab.async
66
type: `Bool`
@@ -979,14 +979,7 @@ type: `Bool`
979979

980980
default: `false`
981981

982-
enable the commandStart linter
983-
984-
## linter.style.commandStart.verbose
985-
type: `Bool`
986-
987-
default: `false`
988-
989-
enable the commandStart linter
982+
deprecated: use the `linter.style.whitespace` option instead
990983

991984
## linter.style.docString
992985
type: `Bool`
@@ -1121,6 +1114,20 @@ default: `false`
11211114

11221115
enable the show linter
11231116

1117+
## linter.style.whitespace
1118+
type: `Bool`
1119+
1120+
default: `false`
1121+
1122+
enable the whitespace linter
1123+
1124+
## linter.style.whitespace.verbose
1125+
type: `Bool`
1126+
1127+
default: `false`
1128+
1129+
report diagnostic information for the `whitespace` linter
1130+
11241131
## linter.suspiciousUnexpanderPatterns
11251132
type: `Bool`
11261133

docs/tactics.md

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

3-
Mathlib version: `18978c91c03a85d86b990dffa6d69336c85dfb2f`
3+
Mathlib version: `98379c78c5dd2e3614cd24ab7ad22f5713e0eb63`
44

55
## \#adaptation_note
66
Defined in: `«tactic#adaptation_note_»`
@@ -4534,10 +4534,9 @@ for the tactic call in case of success.
45344534
## mem_tac
45354535
Defined in: `AlgebraicGeometry.ProjIsoSpecTopComponent.FromSpec.tacticMem_tac`
45364536

4537-
4538-
## mem_tac_aux
4539-
Defined in: `AlgebraicGeometry.ProjIsoSpecTopComponent.FromSpec.tacticMem_tac_aux`
4540-
4537+
`mem_tac` tries to prove goals of the form `x ∈ 𝒜 i` when `x` has the form of:
4538+
* `y ^ n` where `i = n • j` and `y ∈ 𝒜 j`.
4539+
* a natural number `n`.
45414540

45424541
## mexact
45434542
Defined in: `Lean.Parser.Tactic.mexactMacro`

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": "18978c91c03a85d86b990dffa6d69336c85dfb2f",
8+
"rev": "98379c78c5dd2e3614cd24ab7ad22f5713e0eb63",
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": "ee6aea0e5df556046044fe713dfbdc95196d9c9e",
78+
"rev": "4eff6c5186ebd4dd594eda5b169aef9a55a8b6d2",
7979
"name": "batteries",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "main",

0 commit comments

Comments
 (0)