Add test requiring filters on AnyValues.
original commit: bb25a2332ccd911c69addbc33b4ae8b45afc1cb6
This commit is contained in:
parent
64cb6f9bea
commit
d974ded412
|
@ -3025,6 +3025,18 @@
|
|||
#:ret (ret Univ)]
|
||||
[tc-e (stx->list #'(a . b))
|
||||
#:ret (ret (t:Un (-lst (-Syntax Univ)) (-val #f)))]
|
||||
|
||||
[tc-e/t
|
||||
(lambda (x)
|
||||
(define (g y)
|
||||
(unless (string? y)
|
||||
(error 'bad-input))
|
||||
(eval y))
|
||||
(g x)
|
||||
x)
|
||||
(t:-> Univ -String
|
||||
: (-FS (-and (-filter -String '(0 0)) (-not-filter (-val #f) '(0 0))) -bot)
|
||||
: (make-Path null '(0 0)))]
|
||||
)
|
||||
|
||||
(test-suite
|
||||
|
|
Loading…
Reference in New Issue
Block a user