haskell-language-server-2.7.0.0: plugins/hls-pragmas-plugin/test/testdata/ModuleOnFirstLine.expected.hs
{-# LANGUAGE TupleSections #-}
module Main where
tupleSection = (1,) <$> Just 2
{-# LANGUAGE TupleSections #-}
module Main where
tupleSection = (1,) <$> Just 2