import Data.Array.Vector main = print . sumU . consU 0xdeadbeef . replicateU (100000000::Int) $ (8::Int)