Wrong compiler warning

Issue #259 resolved
Takashi Kato repo owner created an issue

The following shouldn't warn unused variable of slot

(import (rnrs))

(cond ((assq 'a '((a . 1))) =>
       (lambda (slot) (cdr slot))))

Comments (2)

  1. Log in to comment