packages feed

haskell-language-server-2.7.0.0: plugins/hls-pragmas-plugin/test/testdata/PragmaThenLineHaddockNewlineLineComment.expected.hs

{-# LANGUAGE TypeApplications #-} 
{-# LANGUAGE TupleSections #-}
-- | line haddock
-- line comment

module PragmaThenLineHaddockNewlineLineComment where

a = (1,)