packages feed

haskell-language-server-2.7.0.0: plugins/hls-eval-plugin/test/testdata/TException.expected.nomark.hs

module TException where

-- >>> exceptionalCode
-- I am exceptional!
exceptionalCode :: Int
exceptionalCode = error "I am exceptional!"