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