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