visitNegatedLiteral

open override fun visitNegatedLiteral(literal: Struct): Set<Var>

Visits a body literal known to be negated, receiving the literal inside the not(...)/\+(...) wrapper (not the wrapper itself). Falls back to visitLiteral.