packages feed

hls-gadt-plugin-1.0.0.0: test/testdata/Record.hs

module Record where

data Foo = Foo {
    bar :: Char,
    baz :: Int
}