(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: (module foo (bar) (import chicken) (define bar 0)) (##core#module foo (bar) (import chicken) (define bar 0)) (import chicken) (##core#undefined) (define bar 0) <-- |#