1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/module/language/scheme
Andy Wingo 60d852248f <lambda-case> must have list of optargs
Before, the optional args in a lambda-case could be #f or a list of
symbols.  However the list of symbols is entirely sufficient; no
optional args means a null list.  Change everywhere that produces
lambda-case, matches on lambda-case, and reads deserialized lambda-case.
2024-08-29 09:53:37 +02:00
..
compile-tree-il.scm fix a comment about environments and the scheme compiler 2010-05-02 11:19:46 +02:00
decompile-tree-il.scm <lambda-case> must have list of optargs 2024-08-29 09:53:37 +02:00
spec.scm Read-in-scheme replaces boot "read" definition 2021-03-03 17:08:55 +01:00