v0.6.1
Improvements:
REPEAT
andREPEATEDLY
return lazy sequences even if the sequence size is given.
Changes:
- The
FITERATE
function is renamed toITERATE
.FITERATE
is retained as an alias forITERATE
, for compatibility.
The function was originally called FITERATE
to avoid name conflicts with the popular ITERATE library. However, the function REPEAT
, in the same package, causes a conflict with the library anyway, thus the function might as well be called ITERATE
.