testCallWriteOne
Tests the queries
?- call((write(3),1)).Content copied to clipboard
fails on a solver initialized with default built-ins and with and empty theory, producing exception type_error(callable,(write(3),1)).
Tests the queries
?- call((write(3),1)).fails on a solver initialized with default built-ins and with and empty theory, producing exception type_error(callable,(write(3),1)).