module Array ( Array , module Data.Vector.Unboxed) where import Data.Vector.Unboxed type Array = Vector