#lang scheme/unit (require "thing-sig.ss") (import) (export thing^) (define-struct thing (foo bar)) (define (foo-thing foo bar) (make-thing foo bar)) (define (thingy? thing) (thing? thing))