Skip to content

Commit 67c643b

Browse files
authored
Merge pull request #556 from Seasawher/auto-update-branch
2 parents f192f7d + ee41705 commit 67c643b

File tree

5 files changed

+7
-19
lines changed

5 files changed

+7
-19
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: `b6513d2f3e7b05fa944382687824be4b8b4bb5ef`
3+
Mathlib version: `4d3317200498df0e4852e99d09728b257857d066`
44

55
## Std.Internal.tree_tac
66
simp theorems used by internal DTreeMap lemmas

docs/commands.md

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

3-
Mathlib version: `b6513d2f3e7b05fa944382687824be4b8b4bb5ef`
3+
Mathlib version: `4d3317200498df0e4852e99d09728b257857d066`
44

55
## \#adaptation_note
66
Defined in: `adaptationNoteCmd`
@@ -2008,23 +2008,11 @@ Defined in: `Batteries.Util.LibraryNote.commandLibrary_note____1`
20082008

20092009
Support the old `library_note "foo"` syntax, with a deprecation warning.
20102010

2011-
## library_note2
2012-
Defined in: `commandLibrary_note2____1`
2013-
2014-
Support the old `library_note "foo"` syntax, with a deprecation warning.
2015-
20162011
## library_note2
20172012
Defined in: `Batteries.Util.LibraryNote.commandLibrary_note2___`
20182013

20192014
Support the old `library_note2 «foo»` syntax, with a deprecation warning.
20202015

2021-
## library_note2
2022-
Defined in: `commandLibrary_note2___`
2023-
2024-
`library_note2 «my note» /-- documentation -/` creates a library note named `my note`
2025-
in the `Mathlib.LibraryNote` namespace, whose content is `/-- documentation -/`.
2026-
You can access this note using, for example, `#print Mathlib.LibraryNote.«my note»`.
2027-
20282016
## library_note2
20292017
Defined in: `Batteries.Util.LibraryNote.commandLibrary_note2____1`
20302018

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: `b6513d2f3e7b05fa944382687824be4b8b4bb5ef`
3+
Mathlib version: `4d3317200498df0e4852e99d09728b257857d066`
44

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

docs/tactics.md

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

3-
Mathlib version: `b6513d2f3e7b05fa944382687824be4b8b4bb5ef`
3+
Mathlib version: `4d3317200498df0e4852e99d09728b257857d066`
44

55
## \#adaptation_note
66
Defined in: `«tactic#adaptation_note_»`
@@ -2272,7 +2272,7 @@ useless for proving theorems. To actually insert an `ite` application use
22722272
Defined in: `Mathlib.Tactic.ENatToNat.tacticEnat_to_nat`
22732273

22742274
`enat_to_nat` shifts all `ENat`s in the context to `Nat`, rewriting propositions about them.
2275-
A typical use case is `enat_to_nat; omega`.
2275+
A typical use case is `enat_to_nat; lia`.
22762276

22772277
## eq_refl
22782278
Defined in: `Lean.Parser.Tactic.eqRefl`
@@ -5935,7 +5935,7 @@ For each `x : PNat` in the context, add the hypothesis `0 < (↑x : ℕ)`.
59355935
Defined in: `Mathlib.Tactic.PNatToNat.tacticPnat_to_nat`
59365936

59375937
`pnat_to_nat` shifts all `PNat`s in the context to `Nat`, rewriting propositions about them.
5938-
A typical use case is `pnat_to_nat; omega`.
5938+
A typical use case is `pnat_to_nat; lia`.
59395939

59405940
## polyrith
59415941
Defined in: `Mathlib.Tactic.Polyrith.«tacticPolyrithOnly[_]»`

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

0 commit comments

Comments
 (0)