Skip to content

Commit fbd6166

Browse files
authored
Merge pull request #168 from Seasawher/auto-update-branch
2 parents 0b7667d + 61d3699 commit fbd6166

File tree

5 files changed

+29
-22
lines changed

5 files changed

+29
-22
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: `6d297a4172e6c37d3bf82e68924c45d72621ac5d`
3+
Mathlib version: `955e8f97a6372ceeeb97f4acc87f71ae1fea7d85`
44

55
## aesop
66
Register a declaration as an Aesop rule.

docs/commands.md

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

3-
Mathlib version: `6d297a4172e6c37d3bf82e68924c45d72621ac5d`
3+
Mathlib version: `955e8f97a6372ceeeb97f4acc87f71ae1fea7d85`
44

55
## \#adaptation_note
66
Defined in: `adaptationNoteCmd`
@@ -1269,7 +1269,7 @@ Defined in: `commandDeclare_uint_theorems_`
12691269

12701270

12711271
## deprecate to
1272-
Defined in: `Mathlib.Tactic.DeprecateMe.commandDeprecate_to______`
1272+
Defined in: `Mathlib.Tactic.DeprecateTo.commandDeprecate_to______`
12731273

12741274
Writing
12751275
```lean
@@ -1367,7 +1367,7 @@ end Evening.Sky
13671367
#check Evening.Sky.star
13681368
```
13691369

1370-
## export private
1370+
## export
13711371
Defined in: `Lean.Elab.Command.exportPrivate`
13721372

13731373
The command `export private a b c in foo bar` is similar to `open private`, but instead of opening
@@ -1712,6 +1712,19 @@ can also refer to typeclass instance variables by type using the syntax `omit [T
17121712
which case all instance variables that unify with the given type are omitted. `omit` should usually
17131713
only be used in conjunction with `in` in order to keep the section structure simple.
17141714

1715+
## open
1716+
Defined in: `Lean.Elab.Command.openPrivate`
1717+
1718+
The command `open private a b c in foo bar` will look for private definitions named `a`, `b`, `c`
1719+
in declarations `foo` and `bar` and open them in the current scope. This does not make the
1720+
definitions public, but rather makes them accessible in the current section by the short name `a`
1721+
instead of the (unnameable) internal name for the private declaration, something like
1722+
`_private.Other.Module.0.Other.Namespace.foo.a`, which cannot be typed directly because of the `0`
1723+
name component.
1724+
1725+
It is also possible to specify the module instead with
1726+
`open private a b c from Other.Module`.
1727+
17151728
## open
17161729
Defined in: `Lean.Parser.Command.open`
17171730

@@ -1827,19 +1840,6 @@ section
18271840
end
18281841
```
18291842

1830-
## open private
1831-
Defined in: `Lean.Elab.Command.openPrivate`
1832-
1833-
The command `open private a b c in foo bar` will look for private definitions named `a`, `b`, `c`
1834-
in declarations `foo` and `bar` and open them in the current scope. This does not make the
1835-
definitions public, but rather makes them accessible in the current section by the short name `a`
1836-
instead of the (unnameable) internal name for the private declaration, something like
1837-
`_private.Other.Module.0.Other.Namespace.foo.a`, which cannot be typed directly because of the `0`
1838-
name component.
1839-
1840-
It is also possible to specify the module instead with
1841-
`open private a b c from Other.Module`.
1842-
18431843
## proof_wanted
18441844
Defined in: `«proof_wanted»`
18451845

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: `6d297a4172e6c37d3bf82e68924c45d72621ac5d`
3+
Mathlib version: `955e8f97a6372ceeeb97f4acc87f71ae1fea7d85`
44

55
## Mathlib.Tactic.TFAE.useDeprecated
66
type: `Bool`
@@ -758,6 +758,13 @@ default: `true`
758758

759759
enable the 'unused variables' linter to mark unused pattern variables
760760

761+
## linter.upstreamableDecl
762+
type: `Bool`
763+
764+
default: `false`
765+
766+
enable the upstreamableDecl linter
767+
761768
## loogle.queries
762769
type: `Nat`
763770

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: `6d297a4172e6c37d3bf82e68924c45d72621ac5d`
3+
Mathlib version: `955e8f97a6372ceeeb97f4acc87f71ae1fea7d85`
44

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

lake-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "leanprover-community",
8-
"rev": "b100ff2565805e9f30a482788b3fc66937a7f38a",
8+
"rev": "01f4969b6e861db6a99261ea5eadd5a9bb63011b",
99
"name": "batteries",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "main",
@@ -55,7 +55,7 @@
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "b0b73e5bc33f1bc4d3c0f254630dd0e262cecc08",
58+
"rev": "119b022b3ea88ec810a677888528e50f8144a26e",
5959
"name": "importGraph",
6060
"manifestFile": "lake-manifest.json",
6161
"inputRev": "main",
@@ -85,7 +85,7 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "",
88-
"rev": "6d297a4172e6c37d3bf82e68924c45d72621ac5d",
88+
"rev": "955e8f97a6372ceeeb97f4acc87f71ae1fea7d85",
8989
"name": "mathlib",
9090
"manifestFile": "lake-manifest.json",
9191
"inputRev": "master",

0 commit comments

Comments
 (0)