-- | Forbidden access to the static vector constructor.
module Goal.Core.Vector.Generic.Internal
    ( -- * Vector
      module Data.Vector.Generic.Sized.Internal
    ) where


--- Imports ---


import Data.Vector.Generic.Sized.Internal