I’d like to use backtracking when generating html using http/html_write library to render views of all my solutions without shuffling around lists, something like
author(A), author_view(A)
which would emit whatever html comes out of author_view dcg rule for each author and concatenate these.