Skip to content

Commit eeef9ae

Browse files
authored
Merge pull request #475 from Seasawher/auto-update-branch
2 parents 0c2fc39 + 3903e2e commit eeef9ae

File tree

5 files changed

+5
-13
lines changed

5 files changed

+5
-13
lines changed

docs/attributes.md

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

3-
Mathlib version: `85c6303552add8dfd66879105baf43ba557f4be7`
3+
Mathlib version: `a492302f08689dc5487dc81f7f9726572b35315c`
44

55
## Std.Internal.tree_tac
66
simp theorems used by internal DTreeMap lemmas
@@ -741,14 +741,6 @@ Register an Expr presenter. It must have the type `ProofWidgets.ExprPresenter`.
741741
## extern
742742
builtin and foreign functions
743743
744-
## field_simps
745-
The simpset `field_simps` is used by the tactic `field_simp` to
746-
reduce an expression in a field to an expression of the form `n / d` where `n` and `d` are
747-
division-free.
748-
749-
## field_simps_proc
750-
simproc set for field_simps_proc
751-
752744
## fin_omega
753745
A simp set for the `fin_omega` wrapper around `omega`.
754746

docs/commands.md

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

3-
Mathlib version: `85c6303552add8dfd66879105baf43ba557f4be7`
3+
Mathlib version: `a492302f08689dc5487dc81f7f9726572b35315c`
44

55
## \#adaptation_note
66
Defined in: `adaptationNoteCmd`

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: `85c6303552add8dfd66879105baf43ba557f4be7`
3+
Mathlib version: `a492302f08689dc5487dc81f7f9726572b35315c`
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: `85c6303552add8dfd66879105baf43ba557f4be7`
3+
Mathlib version: `a492302f08689dc5487dc81f7f9726572b35315c`
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": "85c6303552add8dfd66879105baf43ba557f4be7",
8+
"rev": "a492302f08689dc5487dc81f7f9726572b35315c",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "master",

0 commit comments

Comments
 (0)