Guest User

Untitled

a guest
May 26th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. let executeProgram =
  2. catch Gtk.main $ e -> do
  3. reportThisBugDialog $ show (e :: SomeException)
  4. -- Code here to try to recover to a known good state
  5. executeProgram
  6. executeProgram
Add Comment
Please, Sign In to add comment