Copyright | (c) Edward Kmett 2010 |
---|---|
License | BSD3 |
Maintainer | ekmett@gmail.com |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Data.Vector.Instances
Contents
Description
Orphan instances
Hashable1 Vector # | |
Adjustable Vector # | |
FoldableWithKey Vector # | |
Methods toKeyedList :: Vector a -> [(Key Vector, a)] # foldMapWithKey :: Monoid m => (Key Vector -> a -> m) -> Vector a -> m # foldrWithKey :: (Key Vector -> a -> b -> b) -> b -> Vector a -> b # foldlWithKey :: (b -> Key Vector -> a -> b) -> b -> Vector a -> b # | |
Indexable Vector # | |
Keyed Vector # | |
Methods mapWithKey :: (Key Vector -> a -> b) -> Vector a -> Vector b # | |
Lookup Vector # | |
TraversableWithKey Vector # | |
Methods traverseWithKey :: Applicative f => (Key Vector -> a -> f b) -> Vector a -> f (Vector b) # mapWithKeyM :: Monad m => (Key Vector -> a -> m b) -> Vector a -> m (Vector b) # | |
Zip Vector # | |
ZipWithKey Vector # | |
Methods zipWithKey :: (Key Vector -> a -> b -> c) -> Vector a -> Vector b -> Vector c # zapWithKey :: Vector (Key Vector -> a -> b) -> Vector a -> Vector b # | |
Pointed Vector # | |
Alt Vector # | |
Methods (<!>) :: Vector a -> Vector a -> Vector a # some :: Applicative Vector => Vector a -> Vector [a] # many :: Applicative Vector => Vector a -> Vector [a] # | |
Apply Vector # | |
Bind Vector # | |
Extend Vector # | |
Methods duplicated :: Vector a -> Vector (Vector a) # | |
Plus Vector # | |
Hashable a => Hashable (Vector a) # | |
(Prim a, Hashable a) => Hashable (Vector a) # | |
(Storable a, Hashable a) => Hashable (Vector a) # | |
(Unbox a, Hashable a) => Hashable (Vector a) # | |