mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
psyntax: Avoid lambda in procedure definitions
* module/ice-9/psyntax.scm: Instead of e.g. (define foo (lambda (x) ...)), do (define (foo x) ...). No functional change.
This commit is contained in:
parent
4f05d1709b
commit
d30b39e4ea
1 changed files with 1522 additions and 1610 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue