haskell-language-server-2.7.0.0: plugins/hls-eval-plugin/test/testdata/TLanguageOptionsTupleSections.expected.hs
-- This works fine: {-# LANGUAGE TupleSections #-}
module TLanguageOptionsTupleSections where
-- Why oh why is this not working?
-- What is special about TupleSections?
-- >>> :set -XTupleSections
-- >>> ("a",) "b"
-- ("a","b")