Correct hash-bang-syntax entries #!optional and #!rest

As far as I can tell, DSSSL only has #!key. It has neither #!optional
nor #!rest. SRFI 89 has all three.
This commit is contained in:
Lassi Kortela 2021-01-27 11:32:34 +02:00
parent 8a608872a5
commit 500b8e7bc0
1 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
(id key)
(role keyword)
(description "start keyword arguments in lambda list [DSSSL]")
(description "start keyword arguments in lambda list [DSSSL, SRFI 89]")
(id larceny)
(role directive)
@ -52,7 +52,7 @@
(id optional)
(role keyword)
(description "start optional arguments in lambda list [DSSSL]")
(description "start optional arguments in lambda list [SRFI 89]")
(id err5rs)
(role directive)
@ -80,7 +80,7 @@
(id rest)
(role keyword)
(description "start rest argument in lambda list [DSSSL]")
(description "start rest argument in lambda list [SRFI 89]")
(id true)
(role object)