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
This set of rules will be grouped into a recursive component, because the rules have the literal in/2 in their body.
However, the ground rules they generate are very different. Rule 1 has dependant in with alle, rule 2 has dependant in with e(I), rule 3 has dependant in with be(I), rule 4 has dependant in with e. This means that the predicates are not really recursively generated.
Example:
This set of rules will be grouped into a recursive component, because the rules have the literal
in/2
in their body.However, the ground rules they generate are very different. Rule 1 has dependant
in
withalle
, rule 2 has dependantin
withe(I)
, rule 3 has dependantin
withbe(I)
, rule 4 has dependantin
withe
. This means that the predicates are not really recursively generated.Renaming the predicates shows this:
The text was updated successfully, but these errors were encountered: