From 8e2f5eed4a253b313d7503790ecc6450e8dcfd15 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 20 Jun 2023 23:06:25 -0700 Subject: Replace all ‘lambda’ occurrences with ‘λ’ --- oni/gexp.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oni/gexp.scm') diff --git a/oni/gexp.scm b/oni/gexp.scm index 388c7a2..b0d9258 100644 --- a/oni/gexp.scm +++ b/oni/gexp.scm @@ -12,7 +12,7 @@ executable bit set. TEXT is a sequence of strings and file-like objects, as in: (define build (let ((text (if guile (drop text 2) text))) (gexp (call-with-output-file (ungexp output "out") - (lambda (port) + (λ (port) (set-port-encoding! port "UTF-8") (display (string-append (ungexp-splicing text)) port) (chmod port #o555)))))) -- cgit v1.2.3-54-g00ecf