----------------------------------------------------------------------------- -- | -- Module : Data.Vector.Dense.IO -- Copyright : Copyright (c) 2008, Patrick Perry -- License : BSD3 -- Maintainer : Patrick Perry -- Stability : experimental -- module Data.Vector.Dense.IO ( -- * The IOVector data type IOVector, module Data.Vector.Dense.Class, ) where import Data.Vector.Dense.Class.Internal( IOVector ) import Data.Vector.Dense.Class