Remove inaccurate comment

original commit: 1ea063b8ff0971127d9fd649c41d21e7372f2f57
This commit is contained in:
Asumu Takikawa 2013-08-26 15:13:31 -04:00
parent c43372a4d2
commit a67be4b7be

View File

@ -170,8 +170,7 @@
target))
;; substitute many variables
;; substitution = Listof[U List[Name,Type] List[Name,Listof[Type]]]
;; subst-all : substitution Type -> Type
;; subst-all : substitution/c Type -> Type
(define/cond-contract (subst-all s ty)
(substitution/c (or/c arr? Values/c) . -> . (or/c Values/c arr?))