packages feed

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

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

module PragmaThenLineComment where

a = (1,)