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
If Clara supports it, investigate changing our syntax. Boolean conditions presume a positional tuple expression or another boolean expression, both of which are represented as a single vector. For fact-binding support within them we might need to enforce double vector syntax for a positional tuple match expression.
Throw a syntax error when trying to use a fact binding within an :or expression, especially if this turns out to be "illegal" or something we won't allow in the foreseeable future. Currently we return the fact binding as an eid match expression, which yields incorrect results.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: