haskell-language-server-2.7.0.0: plugins/hls-gadt-plugin/test/testdata/Pragma.expected.hs
module Pragma where
data F where
G :: {-# UNPACK #-}Int -> F
H :: {-# NOUNPACK #-}Char -> F
module Pragma where
data F where
G :: {-# UNPACK #-}Int -> F
H :: {-# NOUNPACK #-}Char -> F