

Notes about findall
Notes about findall/3 ... how to use it etc.
Did you know ... | Search Documentation: |
![]() | Predicate findall/3 |
findall/3
is equivalent to bagof/3
with all free variables appearing in Goal scoped to
the Goal with an existential (caret) operator (^
),
except that bagof/3
fails when Goal has no solutions.
Notes about findall/3 ... how to use it etc.