Bluefin.Internal.Exception.Scoped
data Exception (e :: k) Source #
try :: (Exception e -> IO a) -> IO (Either e a) Source #
throw :: Exception e -> e -> IO a Source #