os-string-2.0.7: Library for manipulating Operating system strings.
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.OsString.Internal.Exception

Synopsis

Documentation

trySafe :: Exception e => IO a -> IO (Either e a) Source #

Like try, but rethrows async exceptions.