os-string-compat-1.0.0: Compatibility layer for os-string
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.OsString.Internal.Exception.Compat

Synopsis

Documentation

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

Like try, but rethrows async exceptions.

isAsyncException :: Exception e => e -> Bool #