packages feed

haskell-language-server-2.12.0.0: plugins/hls-rename-plugin/test/testdata/DataConstructorWithFieldsRecordWildcards.hs

{-# LANGUAGE RecordWildCards #-}
data Foo = Foo { a :: Int, b :: Bool }

fun :: Foo -> Int
fun Foo {..} = a