You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The attempt special form should be replaced by a proper try-catch-finally, with reified exceptions holding EvalErrors and the ability to catch specific error types. This is necessary for building binding or any of the concurrent var-related features.
The text was updated successfully, but these errors were encountered:
The
attempt
special form should be replaced by a proper try-catch-finally, with reified exceptions holdingEvalError
s and the ability to catch specific error types. This is necessary for buildingbinding
or any of the concurrent var-related features.The text was updated successfully, but these errors were encountered: