Note also that Scheme exact numbers include arbitrary bignums and ratios, whereas the corresponding FDB type is 64-bit integers only. The separate SRFI should make this clear.
Turns out I was wrong about this: FDB integers are bignums . But FDB definitely doesn't support ratios or complex numbers, so the right thing to talk about from the Scheme perspective is "exact integers".
--