pub fn not(
heap: &mut QueryHeap<'_>,
hypothesis: &mut Hypothesis,
goal: usize,
predicate_table: &PredicateTable,
config: Config,
) -> PredReturnExpand description
Negation as failure: succeeds if the inner goal cannot be proven
pub fn not(
heap: &mut QueryHeap<'_>,
hypothesis: &mut Hypothesis,
goal: usize,
predicate_table: &PredicateTable,
config: Config,
) -> PredReturnNegation as failure: succeeds if the inner goal cannot be proven