haskell-language-server-2.15.0.0: plugins/hls-gadt-plugin/test/testdata/SingleDeriving.expected.hs
module SingleDeriving where data Foo a b where Bar :: b -> a -> Foo a b deriving (Eq)
module SingleDeriving where data Foo a b where Bar :: b -> a -> Foo a b deriving (Eq)