parent
de002b69e3
commit
cf55168496
|
@ -142,7 +142,7 @@
|
||||||
;; subst-all : substitution Type -> Type
|
;; subst-all : substitution Type -> Type
|
||||||
(d/c (subst-all s t)
|
(d/c (subst-all s t)
|
||||||
(substitution/c Type? . -> . Type?)
|
(substitution/c Type? . -> . Type?)
|
||||||
(for/fold ([t t]) ([(v r) s])
|
(for/fold ([t t]) ([(v r) (in-hash s)])
|
||||||
(match r
|
(match r
|
||||||
[(t-subst img)
|
[(t-subst img)
|
||||||
(substitute img v t)]
|
(substitute img v t)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user