witty-crayon-22786
11/29/2021, 8:25 PMexports
, packages
, provides
, and visibility (at least for the purposes of inference). if we made exports
, packages
, all symbol level with wildcards (rather than target or package level) the way the way that provides
are, then perhaps our implementation of visibility could be symbol level as well… that would make it very, very similar to language level visibility.ancient-vegetable-10556
11/29/2021, 8:27 PMwitty-crayon-22786
11/29/2021, 8:27 PMprivate[com.example] def ...
or rust:
pub(crate) fn ...
etcancient-vegetable-10556
11/29/2021, 8:29 PM