initial commit
Some checks failed
Lean Action CI / build (push) Has been cancelled
Create Release / Add Lean release tag (push) Has been cancelled

This commit is contained in:
Stefan Kebekus
2025-09-15 11:15:39 +02:00
commit a7dfc781fd
10 changed files with 214 additions and 0 deletions

18
lakefile.toml Normal file
View File

@@ -0,0 +1,18 @@
name = "colloquium-lean"
version = "0.1.0"
keywords = ["math"]
defaultTargets = ["ColloquiumLean"]
[leanOptions]
pp.unicode.fun = true # pretty-prints `fun a ↦ b`
autoImplicit = false
relaxedAutoImplicit = false
weak.linter.mathlibStandardSet = true
maxSynthPendingDepth = 3
[[require]]
name = "mathlib"
scope = "leanprover-community"
[[lean_lib]]
name = "ColloquiumLean"