Haskell Platform Proposal: add the 'text' library

Bulat Ziganshin bulat.ziganshin at gmail.com
Wed Sep 8 07:31:03 EDT 2010


Hello Johan,

Wednesday, September 8, 2010, 3:13:36 PM, you wrote:

>  data UArray i e = UArray !i !i !Int ByteArray#
>  
>  The ByteArray# is an unlifted type (but its representation is a
>  pointer to a heap object).

> The BA# constructor also includes a length field.

it is the size of memory area allocated, i.e. it's rounded to 4(8) bytes

-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Libraries mailing list