packages feed

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

{- block comment -} 
{-# LANGUAGE TupleSections #-}
{-| single line block haddock -}

module BlockCommentThenSingleLineBlockHaddock where

a = (1,)