Removed a stray TODO comment.

original commit: 8505bd8bca25f9352eca5ad8d8a009bd6fe65a68
This commit is contained in:
Vincent St-Amour 2010-07-08 14:46:12 -04:00
parent a128800e24
commit 06afbef56f

View File

@ -377,7 +377,7 @@
[(tc-result1: (? needs-resolving? e) f o)
(loop (ret (resolve-once e) f o))]
[v-ty
(let ([arg-tys (list v-ty e-t)]) ;; TODO problem is that 2 rec types are not equal, but why?
(let ([arg-tys (list v-ty e-t)])
(tc/funapp #'op #'(v e) (single-value #'op) arg-tys expected))])))]
[(#%plain-app (~and op (~or (~literal vector-set!) (~literal unsafe-vector-set!) (~literal unsafe-vector*-set!))) v e:expr val:expr)
(let ([e-t (single-value #'e)])