(define-library (foo) (import (scheme base)) (export read-wrapped) (begin (define (read-wrapped port) (read port))))