Control.Exception.Value
eitherThrow :: Exception e => Either e x -> x Source #
eitherThrowIO :: Exception e => Either e x -> IO x Source #
maybeThrowIO :: Exception e => Maybe e -> IO () Source #