chibi-scheme/lib
Alex Shinn 3ee50bd0d7 length now requires a proper list.
It still accepts cyclic lists and returns #f, like SRFI-1 length+.
It's convenient to be able to accept improper lists (e.g. for
parameter lists), so the old behavior is available as length*.
Fixes issue #97.
2012-07-21 19:22:56 +09:00
..
chibi length now requires a proper list. 2012-07-21 19:22:56 +09:00
scheme forgot to add the cxr library 2012-07-17 00:15:32 +09:00
srfi length now requires a proper list. 2012-07-21 19:22:56 +09:00
init-7.scm length now requires a proper list. 2012-07-21 19:22:56 +09:00
meta.scm Fixing handling of multiple exports in a library. export-all now supported. 2012-07-21 19:01:10 +09:00