testArgFromAtom
Tests the query
?- arg(0,atom,A).Content copied to clipboard
fails on a solver initialized with default built-ins and with and empty theory, producing exception type_error(compound, atom).
Tests the query
?- arg(0,atom,A).fails on a solver initialized with default built-ins and with and empty theory, producing exception type_error(compound, atom).