more precise type for `max'
original commit: 0f4db44be3cbc42e0546b7b61ad1b18156cf6607
This commit is contained in:
parent
36854b7150
commit
f315f666d5
|
@ -89,7 +89,7 @@
|
|||
(for/list ([t (list -ExactRational -Flonum -Real N)])
|
||||
(->* (list t) t t)))]
|
||||
|
||||
[max (apply cl->* (for/list ([t all-num-types]) (->* (list t) t t)))]
|
||||
[max (apply cl->* (->* (list -Pos) -Integer -Pos) (->* (list -Nat) -Integer -Nat) (for/list ([t all-num-types]) (->* (list t) t t)))]
|
||||
[min (apply cl->* (for/list ([t all-num-types]) (->* (list t) t t)))]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user