haskell-language-server-2.7.0.0: plugins/hls-gadt-plugin/test/testdata/Context.hs
module Context where
data (Eq a) => Foo a =
forall b c. (Show b, Show a) =>
Bar a b | forall c. (Show c) => Baz c c
module Context where
data (Eq a) => Foo a =
forall b c. (Show b, Show a) =>
Bar a b | forall c. (Show c) => Baz c c