(define-library (scheme box)
  (import (srfi 111))
  (export box box? unbox set-box!))