packages feed

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

module SingleDeriving where

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