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
exists(o:Object) matches as well. I took a look and it's kind of tricky.
Object type matches every other types (String, Number, ...), so every facts.
Not sure it's a good pratice to use Object instead of our own parent class.
We can maybe throw an error and don't get a instable behaviour ?
If you have a constraint that simply matches on Object, it should not match the initial fact.
The text was updated successfully, but these errors were encountered: