Pantograph/examples_search/Example/lakefile.lean

14 lines
257 B
Plaintext
Raw Normal View History

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
"https://github.com/leanprover-community/mathlib4"
2024-06-04 22:44:43 -07:00
package Example
@[default_target]
lean_lib Example