Skip to content

Commit 9e9fa1e

Browse files
chore: bump toolchain to v4.31.0-rc2 (#623)
Co-authored-by: Chris Henson <chrishenson.net@gmail.com>
1 parent 4039431 commit 9e9fa1e

7 files changed

Lines changed: 20 additions & 20 deletions

File tree

Cslib/Computability/Languages/OmegaLanguage.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ instance : CompleteAtomicBooleanAlgebra (ωLanguage α) :=
101101
set_option linter.tacticAnalysis.verifyGrindOnly false in
102102
instance : SetLike (ωLanguage α) (ωSequence α) where
103103
coe := ωLanguage.toSet
104-
coe_injective' := by grind only [Function.Injective, ωLanguage]
104+
coe_injective := by grind only [Function.Injective, ωLanguage]
105105

106106
instance : HasSubset (ωLanguage α) := ⟨(· ≤ ·)⟩
107107

Cslib/Foundations/Data/FinFun/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ scoped notation f:25 "↾₀" support:51 => FinFun.fromFun f support
5353

5454
instance instFunLike [Zero β] : FunLike (α →₀ β) α β where
5555
coe f := f.fn
56-
coe_injective' := by
56+
coe_injective := by
5757
rintro ⟨_, _⟩ ⟨_, _⟩
5858
simp_all [Finset.ext_iff]
5959

Cslib/Foundations/Data/OmegaSequence/Defs.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ structure ωSequence (α : Type u) where
3838
set_option linter.tacticAnalysis.verifyGrindOnly false in
3939
instance : FunLike (ωSequence α) ℕ α where
4040
coe := ωSequence.get
41-
coe_injective' := by grind only [ωSequence, Function.Injective]
41+
coe_injective := by grind only [ωSequence, Function.Injective]
4242

4343
instance : Coe (ℕ → α) (ωSequence α) where
4444
coe f := ⟨f⟩

Cslib/Logics/LinearLogic/CLL/PhaseSemantics/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ structure Fact (P : Type*) [PhaseSpace P] where
152152
set_option linter.tacticAnalysis.verifyGrindOnly false in
153153
instance : SetLike (Fact P) P where
154154
coe := Fact.carrier
155-
coe_injective' _ _ _ := by grind only [cases Fact]
155+
coe_injective _ _ _ := by grind only [cases Fact]
156156

157157
instance : PartialOrder (Fact P) := PartialOrder.ofSetLike (Fact P) P
158158

lake-manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "leanprover-community",
8-
"rev": "eb15debe777b7e6e185d5d7534c48b78c99192f9",
8+
"rev": "d90090f647cae4f4ad4da99c0ac8bab2ca8c34ab",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "eb15debe777b7e6e185d5d7534c48b78c99192f9",
11+
"inputRev": "d90090f647cae4f4ad4da99c0ac8bab2ca8c34ab",
1212
"inherited": false,
1313
"configFile": "lakefile.lean"},
1414
{"url": "https://github.com/leanprover-community/plausible",
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "leanprover-community",
18-
"rev": "9196a81145e1e291a1469288e77392b0e1b9a493",
18+
"rev": "744117af710b1c0400cd297c9ce91f8d0ad3a347",
1919
"name": "plausible",
2020
"manifestFile": "lake-manifest.json",
2121
"inputRev": "main",
@@ -35,7 +35,7 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "leanprover-community",
38-
"rev": "6db47de43aa7f516708053ae2fdadd29dd9baaaa",
38+
"rev": "99c763c8a96d3d44fb4994e96eaa51ca4568449d",
3939
"name": "importGraph",
4040
"manifestFile": "lake-manifest.json",
4141
"inputRev": "main",
@@ -45,50 +45,50 @@
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "85bb7e7637e84a7d9803be7d954579fdae42c64b",
48+
"rev": "1537e3fc7e680d64e06fe5fb95c4c9edee7941c2",
4949
"name": "proofwidgets",
5050
"manifestFile": "lake-manifest.json",
51-
"inputRev": "v0.0.100",
51+
"inputRev": "v0.0.101",
5252
"inherited": true,
5353
"configFile": "lakefile.lean"},
5454
{"url": "https://github.com/leanprover-community/aesop",
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "fafca80479ff95e041d84373dda7122adf1295f2",
58+
"rev": "7897ea6e5cfc6522d355083bdfa798377ab35e11",
5959
"name": "aesop",
6060
"manifestFile": "lake-manifest.json",
61-
"inputRev": "v4.31.0-rc1",
61+
"inputRev": "v4.31.0-rc2",
6262
"inherited": true,
6363
"configFile": "lakefile.toml"},
6464
{"url": "https://github.com/leanprover-community/quote4",
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "8d33324ee877e9735d2829bc6f1f439e60cf98b1",
68+
"rev": "94346b7b49c36ae871639d1434232f057c193d60",
6969
"name": "Qq",
7070
"manifestFile": "lake-manifest.json",
71-
"inputRev": "v4.31.0-rc1",
71+
"inputRev": "v4.31.0-rc2",
7272
"inherited": true,
7373
"configFile": "lakefile.toml"},
7474
{"url": "https://github.com/leanprover-community/batteries",
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "708b057842c4cd0845fba132bd94b08493f6fc42",
78+
"rev": "460b61adc7d183e43db2b99ac6c1dede9f7a76df",
7979
"name": "batteries",
8080
"manifestFile": "lake-manifest.json",
81-
"inputRev": "v4.31.0-rc1",
81+
"inputRev": "v4.31.0-rc2",
8282
"inherited": true,
8383
"configFile": "lakefile.toml"},
8484
{"url": "https://github.com/leanprover/lean4-cli",
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover",
88-
"rev": "48bdcff4c5fa27e09028f9f330e59baa0d4640cf",
88+
"rev": "baf3e62fbb3502305076ca077e004aea78157c63",
8989
"name": "Cli",
9090
"manifestFile": "lake-manifest.json",
91-
"inputRev": "v4.31.0-rc1",
91+
"inputRev": "v4.31.0-rc2",
9292
"inherited": true,
9393
"configFile": "lakefile.toml"}],
9494
"name": "cslib",

lakefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ weak.linter.unicodeLinter = false
1818
[[require]]
1919
name = "mathlib"
2020
scope = "leanprover-community"
21-
rev = "eb15debe777b7e6e185d5d7534c48b78c99192f9"
21+
rev = "d90090f647cae4f4ad4da99c0ac8bab2ca8c34ab"
2222

2323
[[lean_lib]]
2424
name = "Cslib"

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.31.0-rc1
1+
leanprover/lean4:v4.31.0-rc2

0 commit comments

Comments
 (0)