blob: 75d7208e63ff7fc2bc6ee5d16cea73fd2aa0da22 (
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 «paper» {}
lean_lib «Base» {}
@[default_target]
lean_lib «Paper» {}
|