svn: r17235

original commit: 70f085713dd47992f73e44cf088d71837bc818f0
This commit is contained in:
Sam Tobin-Hochstadt 2009-12-07 13:55:36 +00:00
parent 9fd6b5d194
commit 4534ac0d19
2 changed files with 2 additions and 1 deletions

View File

@ -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)]

View File

@ -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