2024-06-04 22:44:43 -07:00
|
|
|
import Lake
|
|
|
|
open Lake DSL
|
|
|
|
|
2024-06-05 03:52:43 -07:00
|
|
|
-- require aesop from git
|
|
|
|
-- "https://github.com/leanprover-community/aesop.git" @ "v4.8.0-rc1"
|
|
|
|
|
|
|
|
require mathlib from git
|
2024-06-05 11:19:12 -07:00
|
|
|
"https://github.com/leanprover-community/mathlib4" @ "v4.8.0-rc1"
|
2024-06-04 22:44:43 -07:00
|
|
|
|
|
|
|
package Example
|
|
|
|
|
|
|
|
@[default_target]
|
|
|
|
lean_lib Example
|