packages feed

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

module StaleRecord where

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