Remove inaccurate comment
This commit is contained in:
parent
8978c83b18
commit
1ea063b8ff
|
@ -170,8 +170,7 @@
|
||||||
target))
|
target))
|
||||||
|
|
||||||
;; substitute many variables
|
;; substitute many variables
|
||||||
;; substitution = Listof[U List[Name,Type] List[Name,Listof[Type]]]
|
;; subst-all : substitution/c Type -> Type
|
||||||
;; subst-all : substitution Type -> Type
|
|
||||||
(define/cond-contract (subst-all s ty)
|
(define/cond-contract (subst-all s ty)
|
||||||
(substitution/c (or/c arr? Values/c) . -> . (or/c Values/c arr?))
|
(substitution/c (or/c arr? Values/c) . -> . (or/c Values/c arr?))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user