begin: use begin in = body

This commit is contained in:
mehbark 2025-01-03 13:44:38 -05:00
parent e6860d4582
commit 3b1c19fb8e

View file

@ -709,7 +709,7 @@
(,binds (begin ,@rest)))) (,binds (begin ,@rest))))
((list* '= pattern body) ((list* '= pattern body)
`(let-match1 ,pattern (progn ,@body) `(let-match1 ,pattern (begin ,@body)
(begin ,@rest))) (begin ,@rest)))
((structure ('=f name args . body)) ((structure ('=f name args . body))