quote using module-environment added by caolanm on Tue Jun 7 17:17:32 2016

(module foo *
(import chicken scheme)
(define (three x)
  (list x x x)))

(import foo)
(print (eval '(three (quote abc)) (module-environment 'foo)))