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
Add a validator to warn user if they use at least one but not all of the params in an 'infix' predicate definition, e.g.
GIVEN (some_person: Person
another_person: Person)
DECIDE some_person has helped
IF True
(This is purely stylistic, but could still be confusing to a reader; hence the need for a validator)
The text was updated successfully, but these errors were encountered:
Add a validator to warn user if they use at least one but not all of the params in an 'infix' predicate definition, e.g.
GIVEN (some_person: Person
another_person: Person)
DECIDE some_person
has helped
IF True
(This is purely stylistic, but could still be confusing to a reader; hence the need for a validator)
The text was updated successfully, but these errors were encountered: