ghcide-1.4.2.0: test/data/import-placement/NoExplicitExports.expected.hs
module Test where
import Data.Monoid
newtype Something = S { foo :: Int }
class Semigroup a => SomeData a
instance SomeData All
module Test where
import Data.Monoid
newtype Something = S { foo :: Int }
class Semigroup a => SomeData a
instance SomeData All