Data.StorableVector vs Data.Vector.Storable

What is the relationship between these two modules? Do we really need both? (Data.Vector.Storable is part of vector, Data.StorableVector is from a separate package, storablevector.) Roman

On 25 March 2013 05:04, Roman Cheplyaka
What is the relationship between these two modules? Do we really need both?
There doesn't seem to be any relationship at all between them...
(Data.Vector.Storable is part of vector, Data.StorableVector is from a separate package, storablevector.)
Going by the initial release date for the two of them, storablevector is a few months older than vector. Otherwise, it's just like why we have multiple implementations of monad transformer stacks, etc.
Roman
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com http://IvanMiljenovic.wordpress.com
participants (2)
-
Ivan Lazar Miljenovic
-
Roman Cheplyaka