Date: Thu, 12 Jul 2012 09:22:37 +0800 From: Simon Huskier <[email protected]>
(define (eps-func p)
(let* ((lattice->cartesian p)
...
You probably want to change this to
(define (eps-func p)
(let* ((p (lattice->cartesian p))
...
_______________________________________________
MIT-Scheme-users mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/mit-scheme-users
