haskell-language-server-2.7.0.0: plugins/hls-gadt-plugin/test/testdata/DataContext.expected.hs
module DataContext where data T a b where F :: Ord a => a -> T a b G :: Ord a => b -> T a b
module DataContext where data T a b where F :: Ord a => a -> T a b G :: Ord a => b -> T a b