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