Remove stale comment.
This commit is contained in:
parent
02b76d7741
commit
86490943a3
|
@ -178,11 +178,6 @@
|
||||||
|
|
||||||
;; is fun-ty subsumed by a function type in others?
|
;; is fun-ty subsumed by a function type in others?
|
||||||
(define (is-subsumed-in? fun-ty others)
|
(define (is-subsumed-in? fun-ty others)
|
||||||
;; assumption: domains go from more specific to less specific
|
|
||||||
;; thus, a domain can only be subsumed by another that is further down
|
|
||||||
;; the list.
|
|
||||||
;; this is reasonable because a more specific domain coming after a more
|
|
||||||
;; general domain would never be matched
|
|
||||||
;; a case subsumes another if the first one is a subtype of the other
|
;; a case subsumes another if the first one is a subtype of the other
|
||||||
(ormap (lambda (x) (subtype x fun-ty))
|
(ormap (lambda (x) (subtype x fun-ty))
|
||||||
others))
|
others))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user