answer(rest, [b, c]).
answer(select, selected(a, [b])).
answer(select, selected(b, [a])).
answer(not_member, true).
