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
We should extend imports to only allow certain definitions to be included, e.g.,
import Prelude(if0)
This would be a relatively simple change, adding this syntax to parser, which would then get serialised into the AST and used to control what is included (but note this would also require chasing dependencies of if0).
The text was updated successfully, but these errors were encountered:
We should extend imports to only allow certain definitions to be included, e.g.,
This would be a relatively simple change, adding this syntax to parser, which would then get serialised into the AST and used to control what is included (but note this would also require chasing dependencies of
if0
).The text was updated successfully, but these errors were encountered: