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
It should be possible to import a module while namespacing all of its symbols behind a custom identifier, as in Haskell's import qualified syntax. This would remove the need to manually namespace the map and set manipulation functions in Kalyn's standard library.
The text was updated successfully, but these errors were encountered:
It should be possible to import a module while namespacing all of its symbols behind a custom identifier, as in Haskell's
import qualified
syntax. This would remove the need to manually namespace the map and set manipulation functions in Kalyn's standard library.The text was updated successfully, but these errors were encountered: