blob: 70daf4277452937a7ecf142d4dc12f37c7053339 (
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 «hashmap_main» {}
lean_lib «Base» {}
@[default_target]
lean_lib «HashmapMain» {}
|