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