RosettaCodeData/Task/Exceptions/Haskell/exceptions-4.hs
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

4 lines
88 B
Haskell

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