Skip to content

Commit

Permalink
chore: update nightly-testing-2024-12-23 (#908)
Browse files Browse the repository at this point in the history
WIP. integrating changes from #907 too - cc @tobiasgrosser: sorry i did
not see #907 existed already when i started working on this

---------

Co-authored-by: Siddharth Bhat <[email protected]>
Co-authored-by: Tobias Grosser <[email protected]>
  • Loading branch information
3 people authored Dec 26, 2024
1 parent 85dcbcf commit 20f54d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions SSA/Experimental/Bits/AutoStructs/FormulaToAuto.lean
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ open AutoStructs
open Mathlib

@[simp] theorem Language.mem_setOf_eq {x : List α} {p : List α → Prop} :
@Membership.mem (List α) (Language α) instMembershipListLanguage {y | p y} x = p x := by
rfl
@Membership.mem (List α) (Language α) Language.instMembershipList {y | p y} x = p x := rfl

@[simp] theorem Language.trivial : x ∈ (⊤ : Language α) := by trivial

Expand Down
6 changes: 3 additions & 3 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "63618639886f3bea1260812a0e5b81aebdc8cc60",
"rev": "ed546d89ba3b9fa2c93b3501b9f6aac3593c930d",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": "nightly-testing-2024-12-22",
"inputRev": "nightly-testing-2024-12-23",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/plausible",
Expand Down Expand Up @@ -95,7 +95,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "1a278069eda32a2dc0ce4d59eeb77d318373d10e",
"rev": "6b16a9378726331e9f4b1a044dbda82261b2cfef",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "nightly-testing",
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-12-22"
rev = "nightly-testing-2024-12-23"

[[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-12-22
leanprover/lean4:nightly-2024-12-23

0 comments on commit 20f54d5

Please sign in to comment.