On Dec 28, 2007 4:14 PM, Ian Zimmerman itz@madbat.mine.nu wrote:
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?
[...]
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.
Can you do the "structure Word31 = Word" binding after evaluating the extended basis?
-Vesa Karvonen