Tighten type of fxquotient

This commit is contained in:
Eric Dobson 2015-04-09 22:59:06 -07:00
parent c923663e55
commit ad09e941a8

View File

@ -163,9 +163,7 @@
(lambda ()
(fx-from-cases
(-Zero -Int . -> . -Zero)
(map (lambda (t) (-> t -One t)) ; division by one is identity
(list -PosByte -Byte -PosIndex -Index
-PosFixnum -NonNegFixnum -NegFixnum -NonPosFixnum -Fixnum))
(-> -Int -One -Fixnum : -true-filter : (-arg-path 0))
(-Byte -Nat . -> . -Byte)
(-Index -Nat . -> . -Index)
(-Nat -Nat . -> . -NonNegFixnum)