hls-haddock-comments-plugin-1.1.1.0: test/testdata/Record2.expected.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
}