mirror of
https://github.com/GTBarkley/comm_alg.git
synced 2025-04-07 22:08:03 -05:00
11 lines
245 B
Text
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"
|