David> By the way, on all 32-bit platforms other than Sparc Word is David> actually Word31 so you probably don't need to re-implement it.
But there is no actual Word31 structure?
Word.wordSize ;
val it = 31 : int
Word31.wordSize ;
Error: Structure (Word31) has not been declared Found near Word31.wordSize
Static errors (pass2)
Of course for my own purposes I can just do "structure Word31 = Word" but that isn't enough when building with Vesa's library since it extends the WORD signature.
Best regards, Ian.