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

   When I run the following piece of code, I encountered an error:
       *ERROR: Wrong number of arguments to #<procedure lattice->cartesian (x)>
   *

I think you have the wrong mailing list -- that doesn't look like an
MIT Scheme error!  Perhaps Gambit?  But, that said...

   ;;;; function definition
   > (define (eps-func p)
   >    (let* ((p (lattice->cartesian))

It looks like you forgot to pass an argument -- perhaps P -- to
LATTICE->CARTESIAN here.

_______________________________________________
MIT-Scheme-users mailing list
MIT-Scheme-users@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-users

Reply via email to