circular-list returns a clist
David Brigada 27 Apr 2023 02:34 UTC
In the current version of SRFI-1, the text shows:
circular-list elt₁ elt₂ ... -> list
where list is defined as "A proper (finite, nil-terminated) list"
I think this should return a clist instead.