Add contract for make-pred-ty
svn: r14934 original commit: 23a735ee2ff321b69746f2cdacb01fbc0c874b5e
This commit is contained in:
parent
44e0580370
commit
85ceb35511
|
@ -250,7 +250,9 @@
|
|||
(make-LNotTypeFilter t p i))
|
||||
|
||||
|
||||
(define make-pred-ty
|
||||
(d/c make-pred-ty
|
||||
(case-> (c:-> Type/c Type/c)
|
||||
(c:-> (listof Type/c) Type/c Type/c Type/c))
|
||||
(case-lambda
|
||||
[(in out t)
|
||||
(->* in out : (-LFS (list (-filter t)) (list (-not-filter t))))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user