Repository : ssh://darcs.haskell.org//srv/darcs/packages/vector On branch : master
http://hackage.haskell.org/trac/ghc/changeset/df8074eb4494da60cc291baa8bc248793365e50a >--------------------------------------------------------------- commit df8074eb4494da60cc291baa8bc248793365e50a Author: Roman Leshchinskiy <[email protected]> Date: Tue Aug 30 19:25:09 2011 +0000 Add construct and constructN to Safe modules >--------------------------------------------------------------- Data/Vector/Primitive/Safe.hs | 1 + Data/Vector/Safe.hs | 1 + Data/Vector/Unboxed/Safe.hs | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Data/Vector/Primitive/Safe.hs b/Data/Vector/Primitive/Safe.hs index 3b1e4e0..81cb940 100644 --- a/Data/Vector/Primitive/Safe.hs +++ b/Data/Vector/Primitive/Safe.hs @@ -42,6 +42,7 @@ module Data.Vector.Primitive.Safe ( -- ** Unfolding unfoldr, unfoldrN, + constructN, constructrN, -- ** Enumeration enumFromN, enumFromStepN, enumFromTo, enumFromThenTo, diff --git a/Data/Vector/Safe.hs b/Data/Vector/Safe.hs index 96711b4..2f86c3e 100644 --- a/Data/Vector/Safe.hs +++ b/Data/Vector/Safe.hs @@ -41,6 +41,7 @@ module Data.Vector.Safe ( -- ** Unfolding unfoldr, unfoldrN, + constructN, constructrN, -- ** Enumeration enumFromN, enumFromStepN, enumFromTo, enumFromThenTo, diff --git a/Data/Vector/Unboxed/Safe.hs b/Data/Vector/Unboxed/Safe.hs index 7825ce8..d8a4f43 100644 --- a/Data/Vector/Unboxed/Safe.hs +++ b/Data/Vector/Unboxed/Safe.hs @@ -42,6 +42,7 @@ module Data.Vector.Unboxed.Safe ( -- ** Unfolding unfoldr, unfoldrN, + constructN, constructrN, -- ** Enumeration enumFromN, enumFromStepN, enumFromTo, enumFromThenTo, _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
