hls-gadt-plugin-1.0.0.0: 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)