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 following does not pass with top-down evaluation:
package test
import future.keywords
p[q].r contains s { # Rule with prefix and general ref
x := ["a", "b", "c"]
q := x[_]
s := x[_]
q != s
}
p.b.r contains "foo"# Rule with prefix overlapping with above rule