-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Description
Starting from GHC 8.10, with this extension enabled, one can write:
import A qualified
import B
import C
Now we can save 10 spaces on non-qualified imports!
module Bad where
import Control.Applicative ((<$>))
import System.Directory (doesFileExist)
import Data.Map (Map, keys, (!))
import Data.Map qualified as M
artemohanjanyan, mcschroeder, Renegatto and Heimdell
Metadata
Metadata
Assignees
Labels
No labels