Skip to content

Commit

Permalink
Merge pull request #258 from Seasawher/auto-update-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Seasawher authored Feb 18, 2025
2 parents 288caa1 + a9e821f commit 1dbef3a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/attributes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Attributes

Mathlib version: `53815d4e7dfe51eef5f197cc28f93404bd97893d`
Mathlib version: `4203807415a6e558c850c2a7d406fc948359f50e`

## aesop
Register a declaration as an Aesop rule.
Expand Down
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Commands

Mathlib version: `53815d4e7dfe51eef5f197cc28f93404bd97893d`
Mathlib version: `4203807415a6e558c850c2a7d406fc948359f50e`

## \#adaptation_note
Defined in: `adaptationNoteCmd`
Expand Down
2 changes: 1 addition & 1 deletion docs/options.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Options

Mathlib version: `53815d4e7dfe51eef5f197cc28f93404bd97893d`
Mathlib version: `4203807415a6e558c850c2a7d406fc948359f50e`

## Elab.async
type: `Bool`
Expand Down
8 changes: 5 additions & 3 deletions docs/tactics.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tactics

Mathlib version: `53815d4e7dfe51eef5f197cc28f93404bd97893d`
Mathlib version: `4203807415a6e558c850c2a7d406fc948359f50e`

## \#adaptation_note
Defined in: `«tactic#adaptation_note_»`
Expand Down Expand Up @@ -3975,7 +3975,8 @@ h: a = 1
⊢ a + 1 + 1 + a + a = 5
-/
```
Notice that the second occurrence of `a` from the left has been rewritten by `nth_rewrite`.
Notice that the second and third occurrences of `a` from the left have been rewritten by
`nth_rewrite`.

To understand the importance of order of precedence, consider the example below
```lean
Expand Down Expand Up @@ -4027,7 +4028,8 @@ h: a = 1
⊢ a + 1 + 1 + a + a = 5
-/
```
Notice that the second occurrence of `a` from the left has been rewritten by `nth_rewrite`.
Notice that the second and third occurrences of `a` from the left have been rewritten by
`nth_rw`.

To understand the importance of order of precedence, consider the example below
```lean
Expand Down
2 changes: 1 addition & 1 deletion lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "53815d4e7dfe51eef5f197cc28f93404bd97893d",
"rev": "4203807415a6e558c850c2a7d406fc948359f50e",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": "master",
Expand Down

0 comments on commit 1dbef3a

Please sign in to comment.