aboutsummaryrefslogtreecommitdiff
path: root/tests/crate.scm
diff options
context:
space:
mode:
authorAttila Lendvai <attila@lendvai.name>2022-12-21 23:14:55 -0300
committerLudovic Courtès <ludo@gnu.org>2022-12-27 23:53:42 +0100
commit363b20b68584d71556c2d8912dd07cbdacabdb25 (patch)
tree298c02b808007db90d8c006a7de1be0dc6589182 /tests/crate.scm
parent361aad5ce33afeefa269533c33141fc77f74837c (diff)
downloadguix-363b20b68584d71556c2d8912dd07cbdacabdb25.tar.gz
guix-363b20b68584d71556c2d8912dd07cbdacabdb25.zip
records: match-record supports specifying a different variable name.
An example: (match-record obj <my-type> (field1 (field2 custom-var-name) field3) ...) * guix/records.scm (match-record-inner): Add support for the new syntax. * tests/records.scm ("match-record, simple"): Add a simple test case for the new syntax. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'tests/crate.scm')
0 files changed, 0 insertions, 0 deletions
...Efraim Flashner 2016-11-29gnu: wine: Update to 1.9.24....Efraim Flashner 2016-09-28gnu: Add and use gettext-minimal....Alex Kost 2016-07-31gnu: wine: Update to 1.9.15....Andreas Enge 2016-02-20gnu: wine: Update to 1.9.4....Ricardo Wurmus 2015-10-05gnu: wine: Update to 1.7.52, add more inputs....宋文武