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

5 lines
91 B
Haskell
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
do
{- do IO computations here -}
`catchDyn` \ex -> do
{- handle exception "ex" here -}