(module desmo-apply (run-apply) (import scheme (chicken base)) (define (run-apply opts) (print "TODO") 'todo))