Files
colloquium-lean/lakefile.toml
Stefan Kebekus a7dfc781fd
Some checks failed
Lean Action CI / build (push) Has been cancelled
Create Release / Add Lean release tag (push) Has been cancelled
initial commit
2025-09-15 11:15:39 +02:00

19 lines
377 B
TOML

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"