Remove check for type-ascription property.
original commit: b57d84dd903b53948ebf3e21fbbe781c10c45501
This commit is contained in:
parent
3c49b8e946
commit
d31ffab99d
|
@ -39,7 +39,7 @@
|
|||
;(unless let-binding (error 'ohno))
|
||||
;(printf "in type-annotation:~a\n" (syntax->datum stx))
|
||||
(syntax-parse stx
|
||||
[(~or v:type-label^ v:type-ascription^) (pt (attribute v.value))]
|
||||
[(~or v:type-label^) (pt (attribute v.value))]
|
||||
[i:typed-id^
|
||||
(maybe-finish-register-type stx)
|
||||
(attribute i.type)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user