hls-gadt-plugin-1.0.0.0: 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