12 lines
248 B
Text
12 lines
248 B
Text
import Lake
|
|
open Lake DSL
|
|
|
|
package «monadt_sample» where
|
|
-- add package configuration options here
|
|
|
|
lean_lib «MonadtSample» where
|
|
-- add library configuration options here
|
|
|
|
@[default_target]
|
|
lean_exe «monadt_sample» where
|
|
root := `Main
|