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
Given a speced defn with user-provided :preconditions:
both sources of preconditions will be correctly merged; but
the user ones take precedence.
This means that more opaque errors can pop up: type (speced's) errors are more straightfoward than a business-specific one (user's) that failed for 'type' reasons.
Task
Merge preconditions in a specific order.
The text was updated successfully, but these errors were encountered:
Problem statement
Given a
speced
defn with user-provided:pre
conditions:This means that more opaque errors can pop up: type (speced's) errors are more straightfoward than a business-specific one (user's) that failed for 'type' reasons.
Task
Merge preconditions in a specific order.
The text was updated successfully, but these errors were encountered: