 tfindall(+Template, 
:Goal, -Answers)This predicate emerged in XSB in an attempt to provide a safer 
alternative to findall/3. 
This doesn't really work in XSB and the SWI-Prolog emulation is a simple 
call to findall/3. 
Note that Goal may not be a variant of an incomplete 
table.
tfindall(+Template, 
:Goal, -Answers)This predicate emerged in XSB in an attempt to provide a safer 
alternative to findall/3. 
This doesn't really work in XSB and the SWI-Prolog emulation is a simple 
call to findall/3. 
Note that Goal may not be a variant of an incomplete 
table.
- deprecated
- Use findall/3