From 6503af80a441d6d5351e60e6256b45d135d46d50 Mon Sep 17 00:00:00 2001 From: Kim Morrison Date: Wed, 16 Oct 2024 21:59:59 +1100 Subject: [PATCH] rm open private --- Aesop/Util/Tactic.lean | 2 -- lake-manifest.json | 4 ++-- lakefile.toml | 2 +- lean-toolchain | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Aesop/Util/Tactic.lean b/Aesop/Util/Tactic.lean index 346f0cc..cd71b23 100644 --- a/Aesop/Util/Tactic.lean +++ b/Aesop/Util/Tactic.lean @@ -29,8 +29,6 @@ def replaceFVar (goal : MVarId) (fvarId : FVarId) (type : Expr) (proof : Expr) : let (newFVarId, goal) ← intro1Core goal (preserveBinderNames := true) return (goal, newFVarId, clearSuccess) -open private getIntrosSize in Lean.MVarId.intros - /-- Introduce as many binders as possible while unfolding definitions with the ambient transparency. -/ partial def introsUnfolding (mvarId : MVarId) : MetaM (Array FVarId × MVarId) := diff --git a/lake-manifest.json b/lake-manifest.json index 91adc8d..68ac290 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,10 +5,10 @@ "type": "git", "subDir": null, "scope": "", - "rev": "fc871f7039ac6d8ab993335bb35aba43286004a0", + "rev": "0a6bfc711cbc3b4a98d89a65bc904c361a792386", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "main", + "inputRev": "nightly-testing", "inherited": false, "configFile": "lakefile.lean"}], "name": "aesop", diff --git a/lakefile.toml b/lakefile.toml index 96a10fd..da7c5ee 100644 --- a/lakefile.toml +++ b/lakefile.toml @@ -6,7 +6,7 @@ precompileModules = false # We would like to turn this on, but it breaks the Mat [[require]] name = "batteries" git = "https://github.com/leanprover-community/batteries" -rev = "main" +rev = "nightly-testing" [[lean_lib]] name = "Aesop" diff --git a/lean-toolchain b/lean-toolchain index a007978..95aae63 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:v4.13.0-rc1 +leanprover/lean4:nightly-2024-10-16 \ No newline at end of file