@@ -436,6 +436,11 @@ p_cyclic( USES_REGS1 )
return rational_tree(t);
}
int Yap_IsAcyclicTerm(Term t)
{
return !rational_tree(t);
static Int
p_acyclic( USES_REGS1 )
The note is not visible to the blocked user.