hdiff
packages
feed
haskell-language-server
-2.7.0.0: plugins/hls-gadt-plugin/test/testdata/ConstructorContext.hs
module ConstructorContext where data Foo = forall a. (Show a) => Bar a