packages feed

ormolu-0.1.1.0: data/examples/import/explicit-imports-with-comments-out.hs

import qualified MegaModule as M
  ( -- (1)
    -- (2)
    Either, -- (3)
    (<<<),
    (>>>),
  )