This PR declares the module system as no longer experimental and makes the `experimental.module` option a no-op, to be removed.
12 lines
390 B
TOML
12 lines
390 B
TOML
name = "structure_docstrings"
|
|
defaultTargets = ["StructureDocstrings", "StructureDocstringsTest"]
|
|
|
|
[[lean_lib]]
|
|
name = "StructureDocstrings"
|
|
roots = ["StructureDocstrings.A", "StructureDocstrings.B"]
|
|
|
|
[[lean_lib]]
|
|
name = "StructureDocstringsTest"
|
|
# Elab.inServer to allow docstring tests to access .server level data
|
|
leanOptions = { Elab.inServer = true }
|
|
roots = ["StructureDocstrings.C"]
|