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