Skip to content

Instantly share code, notes, and snippets.

@artagnon
Created April 9, 2017 00:02
Show Gist options
  • Save artagnon/04e3d0c56940f23eda1f2ea0856d1454 to your computer and use it in GitHub Desktop.
Save artagnon/04e3d0c56940f23eda1f2ea0856d1454 to your computer and use it in GitHub Desktop.
Either is not a problem in practice
do res <- try (f a)
case res of
Left (ex :: IOException) -> mapMFirst f as
Right res -> return $ Just res
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment