4 lines
88 B
Haskell
4 lines
88 B
Haskell
do
|
|
{- do IO computations here -}
|
|
`catch` \ex -> do
|
|
{- handle exception "ex" here -}
|