Skip to content

Commit c9cf246

Browse files
committed
feat: update
1 parent 0e967c5 commit c9cf246

File tree

4 files changed

+3
-247
lines changed

4 files changed

+3
-247
lines changed

Glob/Data/NonEmptyList.lean

Lines changed: 0 additions & 139 deletions
This file was deleted.

Glob/Data/NonEmptyString.lean

Lines changed: 0 additions & 107 deletions
This file was deleted.

lakefile.lean

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ open Lake DSL System
66
require LeanSpec from git "https://github.com/srghma/lean-spec.git" @ "main"
77

88
require Regex from git "https://github.com/pandaman64/lean-regex.git" @ "main" / "regex"
9+
10+
require NonEmpty from git "https://github.com/srghma/lean-nonempty.git" @ "main"
911
-- require "leanprover-community" / "mathlib"
1012
require "leanprover-community" / "batteries" @ git "main"
1113
-- require LeanCopilot from git "https://github.com/lean-dojo/LeanCopilot.git" @ "main"

lean-toolchain

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

0 commit comments

Comments
 (0)