lean4-htt/tests/lakefile.toml
Sebastian Ullrich c4747752fe
fix: detect private references in inferred type of public def (#10762)
This PR fixes an inconsistency in the module system around defs with
elided types.
2025-10-15 12:51:54 +00:00

9 lines
248 B
TOML

name = "tests"
# Allow `module` in tests when opened in the language server.
# Enabled during actual test runs in the respective test_single.sh.
moreGlobalServerArgs = ["-Dexperimental.module=true"]
[[lean_lib]]
name = "Tests"
globs = ["lean.*"]