lean4-htt/tests/pkg/module
Sebastian Ullrich ddfeca1b1b
fix: do not allow access to private primitives in public scope (#9890)
This PR addresses a missing check in the module system where private
names that remain in the public environment map for technical reasons
(e.g. inductive constructors generated by the kernel and relied on by
the code generator) accidentally were accessible in the public scope.
2025-08-14 15:34:54 +00:00
..
Module fix: do not allow access to private primitives in public scope (#9890) 2025-08-14 15:34:54 +00:00
lakefile.toml
lean-toolchain
Module.lean refactor: move import validation to parser & Lake (#9716) 2025-08-05 22:36:54 +00:00
test.sh