packages feed

hls-haddock-comments-plugin-1.1.1.0: test/testdata/StaleRecord.hs

module StaleRecord where

data Record =
    -- | ...
    Record
  { a :: Int -- ^ aaa
  , -- | bbb
    b :: String
  }