packages feed

hls-refactor-plugin-1.1.0.0: test/data/golden/add-arg/AddArgWithSigAndDocs.hs

foo ::
  -- c1
  Bool -- c2
  -- c3
  -> -- c4
  -- | c5
  () -- c6
  -> Int
foo True () = new_def [True]

foo False () = 1