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