haskell-language-server-2.7.0.0: plugins/hls-gadt-plugin/test/testdata/Deriving.expected.hs
module Deriving where data Foo where Bar :: Int -> Foo Baz :: Char -> String -> Foo deriving (Show, Eq)
module Deriving where data Foo where Bar :: Int -> Foo Baz :: Char -> String -> Foo deriving (Show, Eq)