diff --git a/contrib/lazy-lists/lists.facts b/contrib/lazy-lists/lists.facts index 3c80e72a4b..06e30cebea 100644 --- a/contrib/lazy-lists/lists.facts +++ b/contrib/lazy-lists/lists.facts @@ -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 } ;