packages feed

fourmolu-0.0.6.0: data/examples/import/explicit-imports-with-comments.hs

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