Skip to content

Commit c26f054

Browse files
authored
Merge pull request #164 from Seasawher/auto-update-branch
Lean/Mathlib update
2 parents 46fa32a + 3219a1b commit c26f054

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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: `334be41cd6a4737ac24813c926c6f61fcedd1998`
3+
Mathlib version: `b4c2e269ca306430873e1b8ff0dd5b36b422387d`
44

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

docs/commands.md

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

3-
Mathlib version: `334be41cd6a4737ac24813c926c6f61fcedd1998`
3+
Mathlib version: `b4c2e269ca306430873e1b8ff0dd5b36b422387d`
44

55
## \#adaptation_note
66
Defined in: `adaptationNoteCmd`
@@ -2052,7 +2052,7 @@ Defined in: `commandSuppress_compilation`
20522052

20532053
Replacing `def` and `instance` by `noncomputable def` and `noncomputable instance`, designed
20542054
to disable the compiler in a given file or a given section.
2055-
This is a hack to work around mathlib4#7103.
2055+
This is a hack to work around https://github.com/leanprover-community/mathlib4/issues/7103.
20562056
Note that it does not work with `notation3`. You need to prefix such a notation declaration with
20572057
`unsuppress_compilation` if `suppress_compilation` is active.
20582058

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: `334be41cd6a4737ac24813c926c6f61fcedd1998`
3+
Mathlib version: `b4c2e269ca306430873e1b8ff0dd5b36b422387d`
44

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

docs/tactics.md

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

3-
Mathlib version: `334be41cd6a4737ac24813c926c6f61fcedd1998`
3+
Mathlib version: `b4c2e269ca306430873e1b8ff0dd5b36b422387d`
44

55
## \#adaptation_note
66
Defined in: `«tactic#adaptation_note_»`

lake-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "",
88-
"rev": "334be41cd6a4737ac24813c926c6f61fcedd1998",
88+
"rev": "b4c2e269ca306430873e1b8ff0dd5b36b422387d",
8989
"name": "mathlib",
9090
"manifestFile": "lake-manifest.json",
9191
"inputRev": "master",

0 commit comments

Comments
 (0)