Matthew Flatt wrote at 12/17/2010 08:03 AM:
`racket' re-exports `racket/base' for syntax, while `racket/base' doesn't
export anything for syntax.
Thanks, Matthew.
--
http://www.neilvandyke.org/
_
For list-related administrative tasks:
http:
At Fri, 17 Dec 2010 07:58:30 -0500, Neil Van Dyke wrote:
> Why does the following module give an error, "compile: unbound
> identifier in the transformer environment (and no #%app syntax
> transformer is bound) in: string-append", but does not give an error if
> "racket/base" is changed to "rack
Why does the following module give an error, "compile: unbound
identifier in the transformer environment (and no #%app syntax
transformer is bound) in: string-append", but does not give an error if
"racket/base" is changed to "racket"?
#lang racket/base
(define-for-syntax aaa (string-append "x
3 matches
Mail list logo