1 2 3 4 5
module Main where import Control.Concurrent import Control.Exception main = forkIO (error "Successful exception") >> threadDelay 100000