PR 10647
svn: r17235 original commit: 70f085713dd47992f73e44cf088d71837bc818f0
This commit is contained in:
parent
9fd6b5d194
commit
4534ac0d19
|
@ -96,6 +96,7 @@
|
|||
[#t (-val #t)]
|
||||
[#f (-val #f)]
|
||||
["foo" (-val "foo")]
|
||||
['(1 2 3) (-val '(1 2 3))]
|
||||
|
||||
[(Listof Number) (make-Listof N)]
|
||||
|
||||
|
|
|
@ -215,7 +215,7 @@
|
|||
(apply Un (map parse-type (syntax->list #'(ts ...))))]
|
||||
[((~and kw quote) t)
|
||||
(add-type-name-reference #'kw)
|
||||
(-val (syntax-e #'t))]
|
||||
(-val (syntax->datum #'t))]
|
||||
#;
|
||||
[(All-kw . rest)
|
||||
#:fail-unless (eq? 'All (syntax-e #'All-kw)) #f
|
||||
|
|
Loading…
Reference in New Issue
Block a user