lean4-htt/tests/pkg/module/Module
Sebastian Ullrich 35c168cb13
feat: allow access to private names through import all (#8828)
This PR extends the experimental module system to support resolving
private names imported (transitively) through `import all`.
2025-06-27 12:13:46 +00:00
..
Basic.lean feat: explicit defeq attribute (#8419) 2025-06-06 18:40:06 +00:00
Imported.lean feat: improve projection and field-notation errors (#8986) 2025-06-26 18:36:47 +00:00
ImportedAll.lean feat: allow access to private names through import all (#8828) 2025-06-27 12:13:46 +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
NonModule.lean feat: explicit defeq attribute (#8419) 2025-06-06 18:40:06 +00:00
PrivateImported.lean feat: do not export def bodies by default (#8221) 2025-05-15 12:16:54 +00:00