Skip to content

Commit

Permalink
bump to nightly-2023-07-07-13
Browse files Browse the repository at this point in the history
  • Loading branch information
leanprover-community-bot committed Jul 7, 2023
1 parent a151962 commit 569666a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Mathbin/Data/Set/Function.lean
Expand Up @@ -238,9 +238,11 @@ theorem eqOn_empty (f₁ f₂ : α → β) : EqOn f₁ f₂ ∅ := fun x => Fals
#align set.eq_on_empty Set.eqOn_empty
-/

#print Set.eqOn_singleton /-
@[simp]
theorem eqOn_singleton : EqOn f₁ f₂ {a} ↔ f₁ a = f₂ a := by simp [Set.EqOn]
#align set.eq_on_singleton Set.eqOn_singleton
-/

#print Set.restrict_eq_restrict_iff /-
@[simp]
Expand Down
8 changes: 4 additions & 4 deletions lake-manifest.json
Expand Up @@ -10,15 +10,15 @@
{"git":
{"url": "https://github.com/leanprover-community/lean3port.git",
"subDir?": null,
"rev": "5322b74b49567ceb15695e69d05014312190ad05",
"rev": "5676d39ca647849ac60e2d8cac0c292e76728cb3",
"name": "lean3port",
"inputRev?": "5322b74b49567ceb15695e69d05014312190ad05"}},
"inputRev?": "5676d39ca647849ac60e2d8cac0c292e76728cb3"}},
{"git":
{"url": "https://github.com/leanprover-community/mathlib4.git",
"subDir?": null,
"rev": "caec9984838902721a2dbc9ab3e885ee00731653",
"rev": "c4bb14cbd48da428ec1f6432e5fcd700a36ed07f",
"name": "mathlib",
"inputRev?": "caec9984838902721a2dbc9ab3e885ee00731653"}},
"inputRev?": "c4bb14cbd48da428ec1f6432e5fcd700a36ed07f"}},
{"git":
{"url": "https://github.com/gebner/quote4",
"subDir?": null,
Expand Down
4 changes: 2 additions & 2 deletions lakefile.lean
Expand Up @@ -4,7 +4,7 @@ open Lake DSL System
-- Usually the `tag` will be of the form `nightly-2021-11-22`.
-- If you would like to use an artifact from a PR build,
-- it will be of the form `pr-branchname-sha`.
def tag : String := "nightly-2023-07-07-11"
def tag : String := "nightly-2023-07-07-13"
def releaseRepo : String := "leanprover-community/mathport"
def oleanTarName : String := "mathlib3-binport.tar.gz"

Expand Down Expand Up @@ -38,7 +38,7 @@ target fetchOleans (_pkg : Package) : Unit := do
untarReleaseArtifact releaseRepo tag oleanTarName libDir
return .nil

require lean3port from git "https://github.com/leanprover-community/lean3port.git"@"5322b74b49567ceb15695e69d05014312190ad05"
require lean3port from git "https://github.com/leanprover-community/lean3port.git"@"5676d39ca647849ac60e2d8cac0c292e76728cb3"

@[default_target]
lean_lib Mathbin where
Expand Down

0 comments on commit 569666a

Please sign in to comment.