lazy-lists: docs for seq>list

chris.double 2006-10-04 02:37:59 +00:00
parent 61bdf14f7b
commit c05a35a801
1 changed files with 5 additions and 0 deletions

View File

@ -132,3 +132,8 @@ HELP: lfrom
{ $values { "n" "an integer" } { "result" "a lazy list of integers" } }
{ $description "Return an infinite lazy list of incrementing integers starting from n." }
{ $see-also leach lmap ltake lsubset lfrom-by } ;
HELP: seq>list
{ $values { "seq" "a sequence" } { "list" "a list" } }
{ $description "Convert the sequence into a list." }
{ $see-also cons } ;