![]() for example, make the optimizer convert something like (struct a (x)) (lambda (v) (if (a? v) (a-x v) #f)) to (struct a (x)) (lambda (v) (if (a? v) (unsafe-struct-ref v 0) #f)) |
||
---|---|---|
.. | ||
mzlib | ||
tests/racket | ||
info.rkt | ||
LICENSE.txt |
![]() for example, make the optimizer convert something like (struct a (x)) (lambda (v) (if (a? v) (a-x v) #f)) to (struct a (x)) (lambda (v) (if (a? v) (unsafe-struct-ref v 0) #f)) |
||
---|---|---|
.. | ||
mzlib | ||
tests/racket | ||
info.rkt | ||
LICENSE.txt |