Open jsiek opened 2 months ago
Provide a way to declare something as private to the current file so it can't be imported.
Now done for lemmas. Should be trivial for functions now.
See collect_exports in ast nodes
collect_exports
Provide a way to declare something as private to the current file so it can't be imported.