packages feed

uvector-0.1: tests/Fusion/index.hs

import Data.Array.Vector
main = print . (\arr -> arr `indexU` 42) . mapU (subtract 6) . replicateU 10000000 $ (7 :: Int)