Date: Thu, 12 Jul 2012 09:22:37 +0800
   From: Simon Huskier <husk...@gmail.com>

   (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
MIT-Scheme-users@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-users

Reply via email to