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