1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00
Files
guix/tests
Attila Lendvai 363b20b685 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>
2022-12-27 23:53:42 +01:00
..
2020-12-21 17:47:35 +01:00
2022-05-22 01:07:52 +02:00
2022-11-11 23:17:42 +01:00
2020-12-09 22:25:17 +01:00
2021-09-28 22:00:47 +02:00
2022-11-11 23:17:42 +01:00
2022-12-04 00:50:28 -05:00
2022-06-15 10:18:34 +02:00
2021-04-12 18:42:22 +02:00
2021-12-23 10:54:00 +01:00
2022-09-29 22:59:48 +02:00
2019-03-24 00:13:53 +01:00
2019-04-10 17:09:47 +02:00
2019-06-14 21:57:39 +02:00