We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5656f commit 5c3ed59Copy full SHA for 5c3ed59
test.rkt
@@ -315,7 +315,10 @@
315
(with-check-info (['split-argument k] ['ilo ilo] ['ihi ihi] ['iylo iylo] ['iyhi iyhi])
316
(check-ival-equals? iy
317
(parameterize ([bf-precision out-prec])
318
- (ival-union iylo iyhi))))))
+ (ival-union iylo iyhi)))
319
+ ;; Refining an input argument should refine the output.
320
+ (check ival-refines? iy iylo)
321
+ (check ival-refines? iy iyhi))))
322
(when (or (ival-lo-fixed? iy) (ival-hi-fixed? iy))
323
(define iy*
324
(parameterize ([bf-precision 128])
0 commit comments