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
Currently, it's only possible to tag an entire data declaration with public, which will export the ADT together with all of its constructors. However, some ADTs should be exported without providing access to their constructors, such as Map. Syntax and resolver support should be added for this.
The text was updated successfully, but these errors were encountered:
Currently, it's only possible to tag an entire
data
declaration withpublic
, which will export the ADT together with all of its constructors. However, some ADTs should be exported without providing access to their constructors, such asMap
. Syntax and resolver support should be added for this.The text was updated successfully, but these errors were encountered: