On 8/10/07, Stefan O'Rear <stefanor@cox.net> wrote:
Bool is 32 bits, but Don is using UArray.  UArray is not parametric in
the element type, which means it's less generally useful (no UArray of
Complex Double, for instance), but conversely it is able to use more
efficient representations depending on the type.

Ok, interesting :-)