Tighten type of fxabs.

This commit is contained in:
Eric Dobson 2015-04-09 23:02:36 -07:00
parent ad09e941a8
commit 114b9376f1

View File

@ -193,7 +193,7 @@
(define fxabs-type
(lambda ()
(fx-from-cases
(map unop (list -Zero -One -PosByte -Byte -PosIndex -Index))
(-> -Nat -NonNegFixnum : -true-filter : (-arg-path 0))
((Un -PosInt -NegInt) . -> . -PosFixnum)
(-Int . -> . -NonNegFixnum))))
(define fx=-type