finally package:Agda
We need to be able to terminate benchmarking in case of an exception.
Finally for the Error class. Errors in the finally part take
precedence over prior errors.
Execute a finalizer even when an exception is thrown. Does not catch
any errors. In case both the regular computation and the finalizer
throw an exception, the one of the finalizer is propagated.