Skip to content

Commit

Permalink
chore: update to nightly-2024-09-05 (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser authored Sep 6, 2024
1 parent 45e352a commit 76f7e82
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion SSA/Projects/LeanMlirCommon/SimplyTyped/Context.lean
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def push (Γ : Context Ty) (v : VarName) (ty : Ty) : Context Ty :=

@[simp] theorem hasType_push_of_neq {Γ : Context Ty} (h : w ≠ v) :
(Γ.push v ty).hasType w ty' ↔ Γ.hasType w ty' := by
simp [push, hasType, List.lookup, (beq_eq_false_iff_ne _ _).mpr h]
simp [push, hasType, List.lookup, (beq_eq_false_iff_ne).mpr h]

/-! ## `ExtEq`-/

Expand Down
8 changes: 4 additions & 4 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "0387946625f5846566d2d29a1d664fa804c46077",
"rev": "d3d14247822bd81d0795870d255c227e5a1e93e9",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "nightly-testing",
Expand Down Expand Up @@ -55,7 +55,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "8ab24d4bb8b4c4a52af3f39027f255b1901669c9",
"rev": "8e530857b9be633a8cefaaff756534d219e7b06b",
"name": "importGraph",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand All @@ -65,10 +65,10 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "b5a83ea0c40bb96f710a523dbf14796352c8ce31",
"rev": "dfbd837a1da3cc0257ec101c10561cb85c0ca325",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": "nightly-testing-2024-09-04",
"inputRev": "nightly-testing-2024-09-05",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/acmepjz/md4lean",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defaultTargets = ["SSA"]
[[require]]
name = "mathlib"
git = "https://github.com/leanprover-community/mathlib4"
rev = "nightly-testing-2024-09-04"
rev = "nightly-testing-2024-09-05"

[[require]]
name = "Cli"
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:nightly-2024-09-04
leanprover/lean4:nightly-2024-09-05

0 comments on commit 76f7e82

Please sign in to comment.