This PR declares the module system as no longer experimental and makes the `experimental.module` option a no-op, to be removed.
10 lines
180 B
TOML
10 lines
180 B
TOML
name = "DiamondExample-B"
|
|
defaultTargets = ["DiamondExampleB"]
|
|
|
|
[[require]]
|
|
name = "DiamondExample-A"
|
|
git = "../DiamondExample-A"
|
|
rev = "v1"
|
|
|
|
[[lean_lib]]
|
|
name = "DiamondExampleB"
|