Expected warning for non-initialized relation in body #352
Labels
enhancement
New feature or request
logical
logical layer
program analysis
Issue related to global program analysis
Milestone
I would expect a warning, if a relation like "nonInitRelation" neither is imported nor appears in the head of any rule.
relation(?a) :- nonInitRelation(?a).
The text was updated successfully, but these errors were encountered: