make-record-type slight refactor
authorAndy Wingo <wingo@pobox.com>
Mon, 19 Apr 2010 17:33:57 +0000 (19:33 +0200)
committerAndy Wingo <wingo@pobox.com>
Mon, 19 Apr 2010 17:33:57 +0000 (19:33 +0200)
commit51797cec094d642600e9f86c517eb5a6883f5358
tree91452b7f431c167b4eb17dbbe8a8f623a1dbabe2
parent22457d5730b2d5302c55a8f1f4c07470be975021
make-record-type slight refactor

* test-suite/tests/records.test ("records"): Add tests for printers.

* module/ice-9/boot-9.scm (make-record-type): Refactor the code that
  makes the default printer.
module/ice-9/boot-9.scm
test-suite/tests/records.test