Skip to content

Commit 31c80ae

Browse files
authored
Merge pull request #546 from Seasawher/auto-update-branch
2 parents b7a945f + 48566c9 commit 31c80ae

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

docs/attributes.md

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

3-
Mathlib version: `90f5d6d994d62d023ec24dc2fac75d053e04c801`
3+
Mathlib version: `14bfbad331fcd848aa37830a3fb4103af552de12`
44

55
## Std.Internal.tree_tac
66
simp theorems used by internal DTreeMap lemmas
@@ -1518,10 +1518,11 @@ directly.
15181518
## to_additive
15191519
Transport multiplicative to additive
15201520

1521+
## to_additive_do_translate
1522+
Auxiliary attribute for `to_additive` stating that the operations on this type should be translated.
1523+
15211524
## to_additive_dont_translate
15221525
Auxiliary attribute for `to_additive` stating that the operations on this type should not be translated.
1523-
Similar to `registerParametricAttribute` except that attributes do not
1524-
have to be assigned in the same file as the declaration.
15251526

15261527
## to_additive_ignore_args
15271528
Auxiliary attribute for `to_additive` stating that certain arguments are not additivized.
@@ -1534,10 +1535,11 @@ have to be assigned in the same file as the declaration.
15341535
## to_dual
15351536
Transport to dual
15361537

1538+
## to_dual_do_translate
1539+
Auxiliary attribute for `to_dual` stating that the operations on this type should be translated.
1540+
15371541
## to_dual_dont_translate
15381542
Auxiliary attribute for `to_dual` stating that the operations on this type should not be translated.
1539-
Similar to `registerParametricAttribute` except that attributes do not
1540-
have to be assigned in the same file as the declaration.
15411543

15421544
## to_dual_ignore_args
15431545
Auxiliary attribute for `to_dual` stating that certain arguments are not dualized.

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: `90f5d6d994d62d023ec24dc2fac75d053e04c801`
3+
Mathlib version: `14bfbad331fcd848aa37830a3fb4103af552de12`
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: `90f5d6d994d62d023ec24dc2fac75d053e04c801`
3+
Mathlib version: `14bfbad331fcd848aa37830a3fb4103af552de12`
44

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

docs/tactics.md

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

3-
Mathlib version: `90f5d6d994d62d023ec24dc2fac75d053e04c801`
3+
Mathlib version: `14bfbad331fcd848aa37830a3fb4103af552de12`
44

55
## \#adaptation_note
66
Defined in: `«tactic#adaptation_note_»`
@@ -3221,6 +3221,8 @@ This is useful when `grw` tries to rewrite in a position that is not valid for t
32213221
To be able to use `grw`, the relevant lemmas need to be tagged with `@[gcongr]`.
32223222
To rewrite inside a transitive relation, you can also give it an `IsTrans` instance.
32233223

3224+
To let `grw` unfold more aggressively, as in `erw`, use `grw (transparency := default)`.
3225+
32243226
## guard_expr
32253227
Defined in: `Lean.Parser.Tactic.guardExpr`
32263228

lake-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "90f5d6d994d62d023ec24dc2fac75d053e04c801",
8+
"rev": "14bfbad331fcd848aa37830a3fb4103af552de12",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "master",

0 commit comments

Comments
 (0)