Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cf99bb040a40ed92fc72172fc411f5e7f3e3db55 >--------------------------------------------------------------- commit cf99bb040a40ed92fc72172fc411f5e7f3e3db55 Author: Roman Leshchinskiy <[email protected]> Date: Sun Aug 28 10:21:07 2011 +0000 Export mstream and mstreamR >--------------------------------------------------------------- Data/Vector/Generic/Mutable.hs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Data/Vector/Generic/Mutable.hs b/Data/Vector/Generic/Mutable.hs index fd15071..62da9c8 100644 --- a/Data/Vector/Generic/Mutable.hs +++ b/Data/Vector/Generic/Mutable.hs @@ -48,6 +48,7 @@ module Data.Vector.Generic.Mutable ( set, copy, move, unsafeCopy, unsafeMove, -- * Internal operations + mstream, mstreamR, unstream, unstreamR, munstream, munstreamR, transform, transformR, _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
