lean4-htt/src/Lean/Widget
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
..
Basic.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
Diff.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
InteractiveCode.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
InteractiveDiagnostic.lean perf: shorten rebuild critical path by 19% (#9626) 2025-08-01 11:18:21 +00:00
InteractiveGoal.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
TaggedText.lean fix: do not allow access to private primitives in public scope (#9890) 2025-08-14 15:34:54 +00:00
Types.lean refactor: module-ize Lean (#9330) 2025-07-25 12:02:51 +00:00
UserWidget.lean refactor: update and consolidate attribute-related error messages (#9495) 2025-07-26 02:03:18 +00:00