lean4-htt/src/Lean/Elab/Deriving
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
BEq.lean feat: do not export def bodies by default (#8221) 2025-05-15 12:16:54 +00:00
DecEq.lean feat: do not export private declarations (#8337) 2025-06-02 08:01:08 +00:00
FromToJson.lean
Hashable.lean feat: do not export private declarations (#8337) 2025-06-02 08:01:08 +00:00
Inhabited.lean
Nonempty.lean
Ord.lean feat: do not export private declarations (#8337) 2025-06-02 08:01:08 +00:00
Repr.lean feat: do not export private declarations (#8337) 2025-06-02 08:01:08 +00:00
SizeOf.lean
ToExpr.lean
TypeName.lean
Util.lean