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