blob: e89d42592f1e83c8bcec49d2f9d6c0e2beff74c4 (
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 «polonius_list» {}
lean_lib «Base» {}
@[default_target]
lean_lib «PoloniusList» {}
|