testAssertZFooNumber
Tests the queries
?- assertz(foo :- 4).Content copied to clipboard
fails on a solver initialized with default built-ins and with and empty theory. producing exception domain_error(clause, foo :- 4).
Tests the queries
?- assertz(foo :- 4).fails on a solver initialized with default built-ins and with and empty theory. producing exception domain_error(clause, foo :- 4).