Descend into path elements.
original commit: 6f7e88cfef024c4207d8187c0c9c2a4d0da19875
This commit is contained in:
parent
b0b01fa807
commit
136f0942bd
|
@ -382,9 +382,11 @@
|
|||
|
||||
(define ((sub-f st) e)
|
||||
(filter-case (#:Type st
|
||||
#:Filter (sub-f st))
|
||||
#:Filter (sub-f st)
|
||||
#:PathElem (sub-pe st))
|
||||
e))
|
||||
|
||||
|
||||
(define ((sub-o st) e)
|
||||
(object-case (#:Type st
|
||||
#:Object (sub-o st)
|
||||
|
@ -437,6 +439,8 @@
|
|||
(cdr names)
|
||||
(sub1 count))))))
|
||||
|
||||
;(trace abstract-many)
|
||||
|
||||
|
||||
;; instantiate-many : List[Type] Scope^n -> Type
|
||||
;; where n is the length of types
|
||||
|
|
Loading…
Reference in New Issue
Block a user