?- no_repeats_var(X),member(X,[1,2,3,3,3,1,2,3]). X = 1; X = 2; X = 3; No.
The following predicates are exported, but not or incorrectly documented.