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 exists and the nil macros are complements and were useful when we only had positive assertions. Now that we have denies we can drop the exists macro and use denies.nil where we would have said asserts.exists before.
Sugar for sugar's sake is just over-saturation.
The text was updated successfully, but these errors were encountered:
The
exists
and thenil
macros are complements and were useful when we only had positive assertions. Now that we havedenies
we can drop theexists
macro and usedenies.nil
where we would have saidasserts.exists
before.Sugar for sugar's sake is just over-saturation.
The text was updated successfully, but these errors were encountered: