lean4-htt/tests/pkg/module/Module
jrr6 7ed716f904
feat: improve projection and field-notation errors (#8986)
This PR improves the error messages produced by invalid projections and
field notation. It also adds a hint to the "function expected" error
message noting the argument to which the term is being applied, which
can be helpful for debugging spurious "function expected" messages
actually caused by syntax errors.

---------

Co-authored-by: Joachim Breitner <mail@joachim-breitner.de>
2025-06-26 18:36:47 +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: explicit defeq attribute (#8419) 2025-06-06 18:40:06 +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