packages feed

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

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

module BlockCommentThenSingleLineBlockHaddockSingleLineBlockComment where

a = (1,)