Add type for fl->exact-integer. Closes PR 11429.

original commit: 54991835d603a81ddaee6845e4930bfe0ab9de24
This commit is contained in:
Vincent St-Amour 2010-11-22 17:36:15 -05:00
parent 8d3499453f
commit 26a2fd0163

View File

@ -381,6 +381,9 @@
[inexact->exact (cl->*
(-Real . -> . -ExactRational)
(N . -> . N))]
[fl->exact-integer (cl->*
(-NonnegativeFlonum . -> . -Nat)
(-Flonum . -> . -Integer))]
[floor rounder]
[ceiling rounder]