packages feed

haskell-language-server-2.7.0.0: plugins/hls-gadt-plugin/test/testdata/Context.expected.hs

module Context where

data Foo a where
  Bar :: (Eq a, Show b, Show a) => a -> b -> Foo a
  Baz :: (Eq a, Show c) => c -> c -> Foo a