packages feed

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

{- block comment -} {- multi
line
block
comment
-}
{-# LANGUAGE TupleSections #-}

module BlockCommentThenMultiLineBlockComment where

a = (1,)