Files
inductive-verification-lean/lakefile.toml
T
Leopold Fajtak f25a2dda4e
Lean Action CI / build (push) Has been cancelled
Set up project
2025-09-22 09:56:03 +02:00

11 lines
199 B
TOML

name = "inductive-verification"
version = "0.1.0"
defaultTargets = ["inductive-verification"]
[[lean_lib]]
name = "InductiveVerification"
[[lean_exe]]
name = "inductive-verification"
root = "Main"