Expand type of fl/.
This commit is contained in:
parent
c50b6291e2
commit
d288b14244
|
@ -488,7 +488,8 @@
|
|||
(define fl/-type
|
||||
(fl-type-lambda
|
||||
(from-cases (-FlZero -Fl . -> . -FlZero)
|
||||
(-PosFl -PosFl . -> . -NonNegFl) ; possible underflow
|
||||
;; we don't have Pos Pos -> Pos, possible underflow
|
||||
(-NonNegFl -NonNegFl . -> . -NonNegFl)
|
||||
(commutative-binop -PosFl -NegFl -NonPosFl)
|
||||
(-NegFl -NegFl . -> . -NonNegFl)
|
||||
(binop -Fl))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user