module Vector.Generic
  ( module Data.Vector.Generic
  , build
  ) where

import Data.Vector.Generic
import VectorBuilder.Vector (build)