Skip to content

Commit 240cbb2

Browse files
authored
Merge pull request #564 from Seasawher/auto-update-branch
2 parents eda0db1 + 9a04b5b commit 240cbb2

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-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: `c8989d96db0146e5fa90f13806f341ea81a0da03`
3+
Mathlib version: `7478ffb26bdb1d28e594d5de3c49a170e30404cf`
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: `c8989d96db0146e5fa90f13806f341ea81a0da03`
3+
Mathlib version: `7478ffb26bdb1d28e594d5de3c49a170e30404cf`
44

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

docs/options.md

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

3-
Mathlib version: `c8989d96db0146e5fa90f13806f341ea81a0da03`
3+
Mathlib version: `7478ffb26bdb1d28e594d5de3c49a170e30404cf`
44

55
## Elab.async
66
type: `Bool`
@@ -3995,6 +3995,13 @@ default: `false`
39953995

39963996
enable/disable tracing for the given module and submodules
39973997

3998+
## trace.Tactic.depRewrite.cleanupCasts
3999+
type: `Bool`
4000+
4001+
default: `false`
4002+
4003+
enable/disable tracing for the given module and submodules
4004+
39984005
## trace.Tactic.depRewrite.visit
39994006
type: `Bool`
40004007

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: `c8989d96db0146e5fa90f13806f341ea81a0da03`
3+
Mathlib version: `7478ffb26bdb1d28e594d5de3c49a170e30404cf`
44

55
## \#adaptation_note
66
Defined in: `«tactic#adaptation_note_»`
@@ -6926,7 +6926,7 @@ Defined in: `Lean.Parser.Tactic.rwSeq`
69266926
## rw!
69276927
Defined in: `Mathlib.Tactic.DepRewrite.depRwSeq`
69286928

6929-
`rw!` is like `rewrite!`, but also calls `dsimp` to simplify the result after every substitution.
6929+
`rw!` is like `rewrite!`, but also cleans up introduced refl-casts after every substitution.
69306930
It is available as an ordinary tactic and a `conv` tactic.
69316931

69326932
## rw?

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": "c8989d96db0146e5fa90f13806f341ea81a0da03",
8+
"rev": "7478ffb26bdb1d28e594d5de3c49a170e30404cf",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "master",

0 commit comments

Comments
 (0)