mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
psyntax: Remove a useless level of let
* module/ice-9/psyntax.scm: Remove let around the body.
This commit is contained in:
parent
3b230745fe
commit
4f05d1709b
1 changed files with 2722 additions and 2723 deletions
|
@ -123,7 +123,6 @@
|
|||
fields)))
|
||||
(lp (1+ n))))))))))
|
||||
|
||||
(let ()
|
||||
(define-expansion-constructors)
|
||||
(define-expansion-accessors lambda src meta body)
|
||||
|
||||
|
@ -2955,7 +2954,7 @@
|
|||
((syntax? e)
|
||||
(match* (syntax-expression e)
|
||||
p (syntax-wrap e) '() (syntax-module e)))
|
||||
(else (match* e p empty-wrap '() #f))))))))
|
||||
(else (match* e p empty-wrap '() #f)))))))
|
||||
|
||||
|
||||
(define-syntax with-syntax
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue