packages feed

ormolu-0.9.0.0: data/examples/import/comment-before-merged-imports-out.hs

-- Import stuff from Prelude explicitly
import Prelude
  ( Eq (..),
    Int,
    ($),
    (.),
  )