1 2 3 4 5 6 7
(module desmo-apply (run-apply) (import scheme (chicken base)) (define (run-apply opts) (print "TODO") 'todo))