bluefin-internal
Safe HaskellSafe-Inferred
LanguageHaskell2010

Bluefin.Internal.Exception.Scoped

Documentation

data Exception (e :: Type) Source #

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

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