id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
75,Pack unboxed Bool vectors tightly,ds,,"Hello,

we currently have:

{{{
newtype instance Vector Bool = V_Bool (P.Vector Word8)
}}}

but apparently, only one Bool is stored in each Word8, instead of the possible 8. Is this deliberately so?",enhancement,closed,major,,,wontfix,,
