testAssertZClause
Tests the queries
?- assertz((foo(X) :- X -> call(X))).Content copied to clipboard
succeeds on a solver initialized with default built-ins and with and empty theory.
Tests the queries
?- assertz((foo(X) :- X -> call(X))).succeeds on a solver initialized with default built-ins and with and empty theory.