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