racket / ChezScheme

Chez Scheme
Apache License 2.0
110 stars 8 forks source link

correct signature of compile-whole-program and compile-whole-library #38

Closed burgerrg closed 3 years ago

burgerrg commented 3 years ago

Run expand/optimize on (null? (compile-whole-program "a" "b")) and (null? (compile-whole-library "a" "b")) to see what happened.

mflatt commented 3 years ago

Thanks!