Tighten type of fxabs.
This commit is contained in:
parent
ad09e941a8
commit
114b9376f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user