packages feed

haskell-language-server-2.15.0.0: plugins/hls-export-plugin/test/testdata/AddExportNegatives.hs

module AddExportNegatives (placeholder) where

placeholder :: Int
placeholder = 0

withWhere :: ()
withWhere = whereBound
  where whereBound = ()

data Rec = Rec { recField :: () }