Next: , Previous: , Up: built-in numerics exact-integer   [Contents][Index]


6.13.9.4 The <non-zero-exact-integer> type

Core Type: <non-zero-exact-integer>

Type of non–zero exact integers. Its definition is equivalent to:

(define-type <non-zero-exact-integer>
  (or <non-zero-fixnum> <bignum>))