No need for this, it's handled by a case lower down (and correctly, so why

force changes in two positions?)

original commit: 6a30c9dec99921e7ffff058bbb130b72a2695f55
This commit is contained in:
Stevie Strickland 2008-06-18 12:45:08 -04:00
parent 9d55a9e592
commit 978e6acffa

View File

@ -221,7 +221,6 @@ This file defines two sorts of primitives. All of them are provided into any mod
'type-dotted
bound))
(syntax-case stx (:)
[[var : ty] (label-one #'var #'ty)]
[([var : ty] ...)
(label #'(var ...) #'(ty ...))]
[([var : ty] ... . [rest : rest-ty star])