This list was pointless.
original commit: c87bec369ae2d4db0f1d2ba13d4d7f8c52bc081c
This commit is contained in:
parent
862ceb8850
commit
1819be0098
|
@ -289,12 +289,11 @@
|
|||
(c:-> (c:listof Type/c) Type/c Type/c integer? (c:listof PathElem?) Type/c))
|
||||
(case-lambda
|
||||
[(in out t n p)
|
||||
(define xs (for/list ([(_ i) (in-indexed (in-list in))]) i))
|
||||
(make-Function
|
||||
(list
|
||||
(make-arr*
|
||||
in out
|
||||
#:filters (-FS (-filter t (list-ref xs n) p) (-not-filter t (list-ref xs n) p)))))]
|
||||
#:filters (-FS (-filter t n p) (-not-filter t n p)))))]
|
||||
[(in out t n)
|
||||
(make-pred-ty in out t n null)]
|
||||
[(in out t)
|
||||
|
|
Loading…
Reference in New Issue
Block a user