packages feed

hls-gadt-plugin-1.0.0.0: test/testdata/SingleDerivingGHC92.hs

module SingleDerivingGHC92 where

data Foo a b = Bar b a
 deriving (Eq)