Files
aristotle/lakefile.toml
Stefan Kebekus 7eb9cf9772
Some checks failed
Lean Action CI / build (push) Has been cancelled
Create Release / Add Lean release tag (push) Has been cancelled
Working…
2025-10-25 07:07:57 +02:00

19 lines
389 B
TOML

name = "aristotle"
version = "0.1.0"
keywords = ["math"]
defaultTargets = ["Aristotle"]
[leanOptions]
pp.unicode.fun = true # pretty-prints `fun a ↦ b`
relaxedAutoImplicit = false
weak.linter.mathlibStandardSet = true
maxSynthPendingDepth = 3
[[require]]
name = "mathlib"
scope = "leanprover-community"
rev = "d62eab0cc36ea522904895389c301cf8d844fd69"
[[lean_lib]]
name = "Aristotle"