packages feed

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

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