packages feed

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

module SingleDerivingGHC92 where

data Foo a b where
  Bar :: b -> a -> Foo a b
  deriving (Eq)