Skip to content

Commit adaecfb

Browse files
authored
Merge pull request #494 from Seasawher/auto-update-branch
2 parents 70a0b5c + eb988c6 commit adaecfb

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
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: `5592362428bc73f430e2715b8fc3762686b86363`
3+
Mathlib version: `029f3b68ce839a16b4537a38f19749a251e96cdf`
44

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

docs/commands.md

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

3-
Mathlib version: `5592362428bc73f430e2715b8fc3762686b86363`
3+
Mathlib version: `029f3b68ce839a16b4537a38f19749a251e96cdf`
44

55
## \#adaptation_note
66
Defined in: `adaptationNoteCmd`
@@ -1911,6 +1911,18 @@ in doc-comments.
19111911
Use `#help note "some tag"` to display all notes with the tag `"some tag"` in the infoview.
19121912
This command can be imported from Batteries.Tactic.HelpCmd .
19131913

1914+
## library_note2
1915+
Defined in: `commandLibrary_note2____1`
1916+
1917+
Support the old `library_note "foo"` syntax, with a deprecation warning.
1918+
1919+
## library_note2
1920+
Defined in: `commandLibrary_note2___`
1921+
1922+
`library_note2 «my note» /-- documentation -/` creates a library note named `my note`
1923+
in the `Mathlib.LibraryNote` namespace, whose content is `/-- documentation -/`.
1924+
You can access this note using, for example, `#print Mathlib.LibraryNote.«my note»`.
1925+
19141926
## lrat_proof
19151927
Defined in: `Mathlib.Tactic.Sat.commandLrat_proof_Example____`
19161928

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: `5592362428bc73f430e2715b8fc3762686b86363`
3+
Mathlib version: `029f3b68ce839a16b4537a38f19749a251e96cdf`
44

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

docs/tactics.md

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

3-
Mathlib version: `5592362428bc73f430e2715b8fc3762686b86363`
3+
Mathlib version: `029f3b68ce839a16b4537a38f19749a251e96cdf`
44

55
## \#adaptation_note
66
Defined in: `«tactic#adaptation_note_»`

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": "5592362428bc73f430e2715b8fc3762686b86363",
8+
"rev": "029f3b68ce839a16b4537a38f19749a251e96cdf",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "master",

0 commit comments

Comments
 (0)