Skip to content

Commit 1c7f791

Browse files
authored
Merge pull request #542 from Seasawher/auto-update-branch
2 parents 61235d3 + 702f998 commit 1c7f791

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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: `b514609d17aaa0e85b230131a8239f2d0e822af6`
3+
Mathlib version: `f741387cc3de9871a6bb1cb250947059176dbe20`
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: `b514609d17aaa0e85b230131a8239f2d0e822af6`
3+
Mathlib version: `f741387cc3de9871a6bb1cb250947059176dbe20`
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: `b514609d17aaa0e85b230131a8239f2d0e822af6`
3+
Mathlib version: `f741387cc3de9871a6bb1cb250947059176dbe20`
44

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

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: `b514609d17aaa0e85b230131a8239f2d0e822af6`
3+
Mathlib version: `f741387cc3de9871a6bb1cb250947059176dbe20`
44

55
## \#adaptation_note
66
Defined in: `«tactic#adaptation_note_»`
@@ -1053,7 +1053,7 @@ Defined in: `Batteries.Tactic.byContra`
10531053
introducing a hypothesis `h : ¬p` and proving `False`.
10541054
* If `p` is a negation `¬q`, `h : q` will be introduced instead of `¬¬q`.
10551055
* If `p` is decidable, it uses `Decidable.byContradiction` instead of `Classical.byContradiction`.
1056-
* If `h` is omitted, the introduced variable `_: ¬p` will be anonymous.
1056+
* If `h` is omitted, the introduced variable will be called `this`.
10571057

10581058
## by_contra!
10591059
Defined in: `byContra!`

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": "b514609d17aaa0e85b230131a8239f2d0e822af6",
8+
"rev": "f741387cc3de9871a6bb1cb250947059176dbe20",
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": "26884086fb66f99b56ed363c5e54bfcc70238599",
78+
"rev": "c0b0d08446817bd410548d9ea8ddcccf5d89f63f",
7979
"name": "batteries",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "main",

0 commit comments

Comments
 (0)