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