hdiff
packages
feed
haskell-language-server
-2.7.0.0: plugins/hls-gadt-plugin/test/testdata/TypeVariable.hs
module TypeVariable where data Foo a f = Foo a | Bar (f a)