Word32.word -> Int32.int

Stephen Weeks MLton@sourcelight.com
Wed, 30 May 2001 15:58:04 -0700


> (Of course, the gmp routines will be
> called if the int has the top bit set, but that won't happend for many years.)

Nope.  You even wrote the SML code to do that without calling gmp by manipulating
the gmp array representation explicitly.