packages feed

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

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

module BlockCommentThenSingleLineBlockHaddock where

a = (1,)