ormolu-0.9.0.0: data/examples/import/explicit-imports-with-comments-out.hs
import qualified MegaModule as M
( Either, -- (3)
(<<<), -- (2)
(>>>), -- (1)
)
import qualified MegaModule as M
( Either, -- (3)
(<<<), -- (2)
(>>>), -- (1)
)