(define-library (srfi 9)
  (export define-record-type)
  (import (scheme))
  (include "9.scm"))