haskell-language-server-2.7.0.0: plugins/hls-pragmas-plugin/test/testdata/PragmaThenLineHaddock.expected.hs
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TupleSections #-}
-- | line haddock
module PragmaThenLineHaddock where
a = (1,)
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TupleSections #-}
-- | line haddock
module PragmaThenLineHaddock where
a = (1,)