Add `define-record-type*'.
commit72d869634bd22d978af13f5a8c89ddff27140422
authorLudovic Courtès <ludo@gnu.org>
Wed, 27 Jun 2012 21:40:12 +0000 (27 23:40 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 27 Jun 2012 21:40:12 +0000 (27 23:40 +0200)
tree17da8e80b8bcf56c4ad7c3058e81846c8b719915
parent0d56a551bf5f1cf94f59cf508b3820bcc8fd8050
Add `define-record-type*'.

* guix/utils.scm (define-record-type*): New macro.

* tests/utils.scm ("define-record-type*"): New test.
guix/utils.scm
tests/utils.scm