You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#{export} is a tag that can be added to library module declarations making a symbol visible to any importer of that module. For generic declarations, we can either export all or no instantiation. It'd be nice to do that conditionally on the arguments passed to the instantiation.
Perhaps this is a fool's errand, because knowing whether or not it should be exported still requires instantiation, but other such tags could benefit from conditionality as well so designing this isn't entirely worthless.
The text was updated successfully, but these errors were encountered:
#{export}
is a tag that can be added to library module declarations making a symbol visible to any importer of that module. For generic declarations, we can either export all or no instantiation. It'd be nice to do that conditionally on the arguments passed to the instantiation.Perhaps this is a fool's errand, because knowing whether or not it should be exported still requires instantiation, but other such tags could benefit from conditionality as well so designing this isn't entirely worthless.
The text was updated successfully, but these errors were encountered: