lean4-htt/tests/pkg/module/Module
Sebastian Ullrich 569e46033b
feat: do not export private declarations (#8337)
This PR adjusts the experimental module system to not export any private
declarations from modules.

Fixes #5002
2025-06-02 08:01:08 +00:00
..
Basic.lean feat: do not export private declarations (#8337) 2025-06-02 08:01:08 +00:00
Imported.lean chore: refine module imports (#8120) 2025-04-27 20:45:31 +00:00
ImportedAll.lean feat: do not export def bodies by default (#8221) 2025-05-15 12:16:54 +00:00
ImportedAllPrivateImported.lean feat: private import and import all (#8159) 2025-04-30 10:06:54 +00:00
ImportedImportedAll.lean feat: do not export def bodies by default (#8221) 2025-05-15 12:16:54 +00:00
ImportedPrivateImported.lean feat: private import and import all (#8159) 2025-04-30 10:06:54 +00:00
PrivateImported.lean feat: do not export def bodies by default (#8221) 2025-05-15 12:16:54 +00:00