testFindXinCall
Tests the query
?- findall(X,call(1),S).Content copied to clipboard
fails on a solver initialized with default built-ins and with and empty theory, producing exception type_error(callable, 1).
Tests the query
?- findall(X,call(1),S).fails on a solver initialized with default built-ins and with and empty theory, producing exception type_error(callable, 1).