[list] typo in list lib

This commit is contained in:
Ben Greenman 2016-05-18 17:22:22 -04:00
parent 50c98645ca
commit 4ab5ce5c95

View File

@ -96,7 +96,7 @@
[(~or (null)
(#%plain-app null))
0]
[+ #f]))
[_ #f]))
(define-values (lst-length-key lst? lst-define lst-let)
(make-value-property 'list:length parse-list-length))