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

5 lines
88 B
Haskell
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
do
{- do IO computations here -}
`catch` \ex -> do
{- handle exception "ex" here -}