Remove inaccurate comment

This commit is contained in:
Asumu Takikawa 2013-08-26 15:13:31 -04:00
parent 8978c83b18
commit 1ea063b8ff

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?))