RosettaCodeData/Task/Exceptions/Haskell/exceptions-4.hs

5 lines
88 B
Haskell

do
{- do IO computations here -}
`catch` \ex -> do
{- handle exception "ex" here -}