File tree Expand file tree Collapse file tree 5 files changed +13
-9
lines changed
Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11# Commands
22
3- Mathlib version: ` 90f5d6d994d62d023ec24dc2fac75d053e04c801 `
3+ Mathlib version: ` 14bfbad331fcd848aa37830a3fb4103af552de12 `
44
55## \# adaptation_note
66Defined in: ` adaptationNoteCmd `
Original file line number Diff line number Diff line change 11# Options
22
3- Mathlib version: ` 90f5d6d994d62d023ec24dc2fac75d053e04c801 `
3+ Mathlib version: ` 14bfbad331fcd848aa37830a3fb4103af552de12 `
44
55## Elab.async
66type: ` Bool `
Original file line number Diff line number Diff line change 11# Tactics
22
3- Mathlib version: ` 90f5d6d994d62d023ec24dc2fac75d053e04c801 `
3+ Mathlib version: ` 14bfbad331fcd848aa37830a3fb4103af552de12 `
44
55## \# adaptation_note
66Defined 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
32213221To be able to use ` grw ` , the relevant lemmas need to be tagged with ` @[gcongr] ` .
32223222To 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
32253227Defined in: ` Lean.Parser.Tactic.guardExpr `
32263228
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments