vs:lists
-- vonuvoli
Export (vonuvoli pairs)
null?
;any-list?
;empty-list?
;any-or-empty-list?
;proper-list?
;proper-or-empty-list?
;dotted-list?
;dotted-or-empty-list?
;circular-list?
;circular-or-empty-list?
;not-null?
;not-any-list?
;not-empty-list?
;not-any-or-empty-list?
;not-proper-list?
;not-proper-or-empty-list?
;not-dotted-list?
;not-dotted-list-or-emtpy?
;not-circular-list?
;not-circular-or-empty-list?
;car
;cdr
;caar
;cdar
;first-pair
;second-pair
;third-pair
;fourth-pair
;fifth-pair
;sixth-pair
;seventh-pair
;eighth-pair
;ninth-pair
;tenth-pair
;first
;second
;third
;fourth
;fifth
;sixth
;seventh
;eighth
;ninth
;tenth
;first-tail
;second-tail
;third-tail
;fourth-tail
;fifth-tail
;sixth-tail
;seventh-tail
;eighth-tail
;ninth-tail
;tenth-tail
;length
;reverse
;list->immutable
;list->mutable
;cons
;set-car!
;set-cdr!
;list-ref-cons
;list-ref-car
;list-ref-cdr
;memq
;memv
;assq
;assv
;find
;list-set-car!
;list-set-cdr!
;make-list
;list
;list*
;append
;list-fill!
;list-copy!
;list-copy
;list-reverse!
;member
;assoc
;map-in-order
;map
;for-each
;