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:
parent
8a608872a5
commit
500b8e7bc0
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
(id key)
|
(id key)
|
||||||
(role keyword)
|
(role keyword)
|
||||||
(description "start keyword arguments in lambda list [DSSSL]")
|
(description "start keyword arguments in lambda list [DSSSL, SRFI 89]")
|
||||||
|
|
||||||
(id larceny)
|
(id larceny)
|
||||||
(role directive)
|
(role directive)
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
(id optional)
|
(id optional)
|
||||||
(role keyword)
|
(role keyword)
|
||||||
(description "start optional arguments in lambda list [DSSSL]")
|
(description "start optional arguments in lambda list [SRFI 89]")
|
||||||
|
|
||||||
(id err5rs)
|
(id err5rs)
|
||||||
(role directive)
|
(role directive)
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
|
|
||||||
(id rest)
|
(id rest)
|
||||||
(role keyword)
|
(role keyword)
|
||||||
(description "start rest argument in lambda list [DSSSL]")
|
(description "start rest argument in lambda list [SRFI 89]")
|
||||||
|
|
||||||
(id true)
|
(id true)
|
||||||
(role object)
|
(role object)
|
||||||
|
|
Loading…
Reference in New Issue