Module error added by jacius on Tue May 15 21:34:19 2012
(module foo (bar) (import chicken) (define bar 0)) #| Warning: exported identifier of module `foo' has not been defined: bar Warning: reference to possibly unbound identifier `bar' Warning: reference to possibly unbound identifier `define' Error: module unresolved: foo Call history: <syntax> (module foo (bar) (import chicken) (define bar 0)) <syntax> (##core#module foo (bar) (import chicken) (define bar 0)) <syntax> (import chicken) <syntax> (##core#undefined) <syntax> (define bar 0) <-- |#