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