bluefin-internal-0.2.0.0: The Bluefin effect system, internals
Safe HaskellNone
LanguageHaskell2010

Bluefin.Internal.Exception.Scoped

Documentation

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

throw :: Exception e -> e -> IO a Source #