chg: Renamed the project

This commit is contained in:
Sayantan Santra 2024-02-05 21:27:10 -06:00
parent 89997aeb57
commit 531dd25bd1
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F
4 changed files with 5 additions and 5 deletions

View file

@ -1,3 +0,0 @@
-- This module serves as the root of the `«Lean Talk SP24»` library.
-- Import modules here that should be built as part of the library.
import «Lean Talk SP24».basics

3
LeanTalkSP24.lean Normal file
View file

@ -0,0 +1,3 @@
-- This module serves as the root of the `«LeanTalkSP24»` library.
-- Import modules here that should be built as part of the library.
import «LeanTalkSP24».basics

View file

@ -1,7 +1,7 @@
import Lake import Lake
open Lake DSL open Lake DSL
package «Lean Talk SP24» where package «LeanTalkSP24» where
-- Settings applied to both builds and interactive editing -- Settings applied to both builds and interactive editing
leanOptions := #[ leanOptions := #[
⟨`pp.unicode.fun, true⟩, -- pretty-prints `fun a ↦ b` ⟨`pp.unicode.fun, true⟩, -- pretty-prints `fun a ↦ b`
@ -13,5 +13,5 @@ require mathlib from git
"https://github.com/leanprover-community/mathlib4.git" "https://github.com/leanprover-community/mathlib4.git"
@[default_target] @[default_target]
lean_lib «Lean Talk SP24» where lean_lib «LeanTalkSP24» where
-- add any library configuration options here -- add any library configuration options here