Documentation Prolog Predicate Reference builtin findall/4

findall/4

Find all the values that would make a goal succeed.

Description

findall( +template, :goal, -bag, +tail )

Difference list version of findall/3.

Implementation