testClauseFAnyNum
Tests the queries
?- clause(f(_),5).Content copied to clipboard
fails on a solver initialized with default built-ins and with and empty theory, producing exception type_error(callable,5).
Tests the queries
?- clause(f(_),5).fails on a solver initialized with default built-ins and with and empty theory, producing exception type_error(callable,5).