comm_alg/lakefile.lean
2023-06-12 17:44:27 +00:00

11 lines
245 B
Text

import Lake
open Lake DSL
package comm_alg
@[default_target]
lean_lib CommAlg where
moreLeanArgs := #["-Dpp.unicode.fun=true"] -- pretty-prints `fun a ↦ b`
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"