diff options
author | Arun Isaac | 2021-07-27 15:27:25 +0530 |
---|---|---|
committer | Arun Isaac | 2021-07-27 15:58:02 +0530 |
commit | c9c12e0e396475533ef987e3969b2ec847a8af9f (patch) | |
tree | 8c57fbd2682b3cf7c8b8820b51cb8e8a60f2911e /tests/yaml.scm | |
parent | 7882038037b7b0911b63f3dd2a4413f5668c37da (diff) | |
download | ccwl-c9c12e0e396475533ef987e3969b2ec847a8af9f.tar.gz ccwl-c9c12e0e396475533ef987e3969b2ec847a8af9f.tar.lz ccwl-c9c12e0e396475533ef987e3969b2ec847a8af9f.zip |
ccwl: Make syntax-lambda** more like lambda**.
I have tripped up several times on the differences between lambda**
and syntax-lambda**. No longer! Making syntax-lambda** as close as
possible to lambda** makes the code much more readable and align
better with common sense.
* ccwl/utils.scm (syntax-lambda**): Do not ignore the first
identifier. Accept multiple values as arguments, not a single syntax
object.
* ccwl/ccwl.scm (command): Update use of syntax-lambda**.
* tests/utils.scm ("syntax-lambda**", "syntax-lambda** with default
values"): Update tests.
Diffstat (limited to 'tests/yaml.scm')
0 files changed, 0 insertions, 0 deletions