packages feed

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

module TException where

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