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

Bluefin.Internal.Exception.Scoped

Documentation

data Exception (e :: k) Source #

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

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