Hey #Haskell friends, I occasionally write something like this:
import Data.Map (Map)
import qualified Data.Map as Map
Essentially, I want to use "Map" unqualified as a type (e.g. Map Text Text) (as opposed to the qualified Map.Map Text Text), but I'm fine with invoking the Map module's functions qualified (e.g. Map.empty). Is there a terser way I can write this (i.e. not two imports)?
@59c6c59c No problem! I've been stocking tests pretty regularly and—you're right—they're not cheap! I also discovered that I'm COVID+ this morning, so I'm in the same boat as your roomies (albeit, the boat here is more expensive because America and the ones from USPS won't ship until Monday).
Notes by eebd14d8 | export