2024-02-05 20:50:26 -06:00
|
|
|
import Lake
|
|
|
|
open Lake DSL
|
|
|
|
|
2024-02-05 21:27:10 -06:00
|
|
|
package «LeanTalkSP24» where
|
2024-02-05 20:50:26 -06:00
|
|
|
-- Settings applied to both builds and interactive editing
|
|
|
|
leanOptions := #[
|
|
|
|
⟨`pp.unicode.fun, true⟩, -- pretty-prints `fun a ↦ b`
|
|
|
|
⟨`pp.proofs.withType, false⟩
|
|
|
|
]
|
|
|
|
-- add any additional package configuration options here
|
|
|
|
|
|
|
|
require mathlib from git
|
|
|
|
"https://github.com/leanprover-community/mathlib4.git"
|
|
|
|
|
|
|
|
@[default_target]
|
2024-02-05 21:27:10 -06:00
|
|
|
lean_lib «LeanTalkSP24» where
|
2024-02-05 20:50:26 -06:00
|
|
|
-- add any library configuration options here
|