packages feed

haskell-language-server-2.15.0.0: plugins/hls-eval-plugin/test/testdata/TIOError.hs

-- 1. Support IO expressions
--
-- 2. Capture and show stderr
module TIOError where

import           Control.Exception

{-
>>> throwIO (TypeError "Doh")
-}