ds26gte / pyret-lang

The Pyret language.
Other
2 stars 0 forks source link

Transformed Identifiers causing problems with static analysis #13

Closed schanzer closed 8 years ago

schanzer commented 8 years ago

(define (f x) f) compiles without a problem (define (f? x) f?) complains that f? isn't defined inside the body of f?.

Possibly related to #9

ds26gte commented 8 years ago

Fixed. Same bug as #22 (#9 is a different animal).