uvector-0.1: tests/Fusion/last.hs
import Data.Array.Vector import Data.Bits main = print . lastU . mapU (`shiftL` 1) . replicateU 1000000000 $ (7 :: Int)
import Data.Array.Vector import Data.Bits main = print . lastU . mapU (`shiftL` 1) . replicateU 1000000000 $ (7 :: Int)