hls-pragmas-plugin-1.0.0.0: test/testdata/AppendToExisting.hs
-- | Doc before pragma
{-# OPTIONS_GHC -Wno-dodgy-imports #-}
module AppendToExisting where
data Record = Record
{ a :: Int,
b :: Double,
c :: String
}
f Record{a, b} = a
-- | Doc before pragma
{-# OPTIONS_GHC -Wno-dodgy-imports #-}
module AppendToExisting where
data Record = Record
{ a :: Int,
b :: Double,
c :: String
}
f Record{a, b} = a