blob: 01aacb90da656a82c6789c28aed9e3fe8f6bc696 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
import Lake
open Lake DSL
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"
package «constants» {}
lean_lib «Base» {}
@[default_target]
lean_lib «Constants» {}
|