(module foo * (import scheme) (define (bar x) (cond ;; same for `case` here (else #;unbound))) ) (import foo) (display (bar #t))