blob: 713785f6f001335a161a8d1445307a8cf8846301 (
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» {}
lean_lib «Base» {}
@[default_target]
lean_lib «Hashmap» {}
|