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