This PR declares the module system as no longer experimental and makes the `experimental.module` option a no-op, to be removed.
11 lines
170 B
TOML
11 lines
170 B
TOML
name = "scripts"
|
|
|
|
[[lean_exe]]
|
|
name = "modulize"
|
|
root = "Modulize"
|
|
|
|
[[lean_exe]]
|
|
name = "shake"
|
|
root = "Shake"
|
|
# needed by `Lake.loadWorkspace`
|
|
supportInterpreter = true
|