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
Some files import things public which can cause problems later when renaming and refactoring. We should get rid of all public imports that are not crucial (for example the Prelude should expose all of Core.Primitives so that we don't have to import it everywhere). It would be good with a PR which does only this and adds a bullet about it to the style guide
The text was updated successfully, but these errors were encountered:
Some files import things public which can cause problems later when renaming and refactoring. We should get rid of all public imports that are not crucial (for example the Prelude should expose all of Core.Primitives so that we don't have to import it everywhere). It would be good with a PR which does only this and adds a bullet about it to the style guide
The text was updated successfully, but these errors were encountered: