On Thu, Aug 12, 2010 at 2:22 AM, YC <yinso.c...@gmail.com> wrote:

>
> (define A
>   (make-hash (map (lambda (value)
>                     (cons (list-ref 128-A value) ;; key
>                           ;; encoding + value
>                           *(cons (list-ref ENCODING n) value)*))
>                   (.. 0 106))))
>
>
Typo above - should be:

(define A
  (make-hash (map (lambda (value)
                    (cons (list-ref 128-A value) ;; key
                          ;; encoding + value
                          *(cons (list-ref ENCODING value) value)*))
                  (.. 0 106))))


instead.

Cheers,
yc
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to