packages feed

hls-pragmas-plugin-1.0.2.0: test/testdata/PragmaThenSingleLineBlockComment.expected.hs

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

module PragmaThenSingleLineBlockComment where

a = (1,)