hls-haddock-comments-plugin-1.1.1.0: test/testdata/Record2.hs
module Record2 where
-- | A record
data Record = RecordA
{ a :: Int
, b :: String
}
module Record2 where
-- | A record
data Record = RecordA
{ a :: Int
, b :: String
}