hdiff
packages
feed
hls-gadt-plugin
-1.0.0.0: test/testdata/SingleDeriving.expected.hs
module SingleDeriving where data Foo a b where Bar :: b -> a -> Foo a b deriving Eq