repeat

Generates  an  infinite  sequence  of bactracking choices.  It behaves (but
doesn't use store!) as if defined by the clauses:-

     repeat.
     repeat :- repeat.
