Skip to content

Commit b612068

Browse files
committed
generated by GitHub Action
1 parent acb247a commit b612068

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-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: `98379c78c5dd2e3614cd24ab7ad22f5713e0eb63`
3+
Mathlib version: `80732f7660133e80dc57657649e7e09584749454`
44

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

docs/commands.md

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

3-
Mathlib version: `98379c78c5dd2e3614cd24ab7ad22f5713e0eb63`
3+
Mathlib version: `80732f7660133e80dc57657649e7e09584749454`
44

55
## \#adaptation_note
66
Defined in: `adaptationNoteCmd`
@@ -2122,7 +2122,9 @@ This can then be cross-referenced using
21222122
-- See note [some tag]
21232123
```
21242124
in doc-comments.
2125-
You can access the contents using, for example, `#print LibraryNote.«my note»`.
2125+
You can access the contents using, for example, `#print LibraryNote.my_note`.
2126+
(Note: spaces in the name are converted to underscores in the declaration name for
2127+
compatibility with the Lean export format.)
21262128
Use `#help note "some tag"` to display all notes with the tag `"some tag"` in the infoview.
21272129
This command can be imported from Batteries.Tactic.HelpCmd .
21282130

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: `98379c78c5dd2e3614cd24ab7ad22f5713e0eb63`
3+
Mathlib version: `80732f7660133e80dc57657649e7e09584749454`
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: `98379c78c5dd2e3614cd24ab7ad22f5713e0eb63`
3+
Mathlib version: `80732f7660133e80dc57657649e7e09584749454`
44

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

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": "98379c78c5dd2e3614cd24ab7ad22f5713e0eb63",
8+
"rev": "80732f7660133e80dc57657649e7e09584749454",
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": "4eff6c5186ebd4dd594eda5b169aef9a55a8b6d2",
78+
"rev": "5ba0380f2fb45c69448d80429ef6c22bf5973cfa",
7979
"name": "batteries",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "main",

0 commit comments

Comments
 (0)