packages feed

rio-0.0.2.0: src/RIO/Vector/Unboxed.hs

-- | Unboxed @Vector@. Import as:
--
-- > import qualified RIO.Vector.Unboxed as V.Unboxed
module RIO.Vector.Unboxed
  ( module Data.Vector.Unboxed
  ) where

import Data.Vector.Unboxed