mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 14:49:18 +02:00
fixing bug in get-value-signature
This commit is contained in:
parent
28d119426c
commit
63688d79b6
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ div#footer {padding-bottom: 50px}
|
|||
|
||||
(define (get-value-signature mod id proc name value)
|
||||
(match value
|
||||
(('(or let let* letrec letrec*) vars body0 ... body)
|
||||
(((or 'let 'let* 'letrec 'letrec*) vars body0 ... body)
|
||||
(get-value-signature mod id proc name body))
|
||||
(('lambda args . body)
|
||||
(list (cons name (get-optionals-signature args body))))
|
||||
|
|
Loading…
Add table
Reference in a new issue