[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 05/09: psyntax: Cosmetic change
From: |
Andy Wingo |
Subject: |
[Guile-commits] 05/09: psyntax: Cosmetic change |
Date: |
Mon, 25 Nov 2024 05:47:44 -0500 (EST) |
wingo pushed a commit to branch main
in repository guile.
commit 6788bb4564b9a0477775a1f0e0c0b05c2fc9d006
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Tue Nov 19 14:36:07 2024 +0100
psyntax: Cosmetic change
* module/ice-9/psyntax.scm (build-simple-lambda): Reflow.
---
module/ice-9/psyntax.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/module/ice-9/psyntax.scm b/module/ice-9/psyntax.scm
index f127bae96..22dec8202 100644
--- a/module/ice-9/psyntax.scm
+++ b/module/ice-9/psyntax.scm
@@ -268,9 +268,7 @@
(maybe-name-value var exp)))
(define (build-simple-lambda src req rest vars meta exp)
- (make-lambda src
- meta
- ;; hah, a case in which kwargs would be nice.
+ (make-lambda src meta
(make-lambda-case
;; src req opt rest kw inits vars body else
src req #f rest #f '() vars exp #f)))
- [Guile-commits] branch main updated (cdf8473b1 -> c51fcfffb), Andy Wingo, 2024/11/25
- [Guile-commits] 02/09: psyntax: Factor module-variable use to helpers, Andy Wingo, 2024/11/25
- [Guile-commits] 05/09: psyntax: Cosmetic change,
Andy Wingo <=
- [Guile-commits] 08/09: psyntax: Cosmetic change to overriden globals, Andy Wingo, 2024/11/25
- [Guile-commits] 09/09: psyntax: simplify free-id=?, Andy Wingo, 2024/11/25
- [Guile-commits] 07/09: psyntax: Reorder global-extend, Andy Wingo, 2024/11/25
- [Guile-commits] 06/09: psyntax: Typo fix, Andy Wingo, 2024/11/25
- [Guile-commits] 04/09: psyntax: Clean up sourcev/src namings, Andy Wingo, 2024/11/25
- [Guile-commits] 01/09: psyntax: Remove stale analyze-variable case, Andy Wingo, 2024/11/25
- [Guile-commits] 03/09: psyntax: Simplify output constructors., Andy Wingo, 2024/11/25