(define nil (lambda (f) true))
(define l1 (cons two (cons three nil))) ; (ldisp! l1) --> 2 3 (lambda(l) true)
Georg P. Loczewski 2004-03-05