Copyright | (c) Edward Kmett 2010 |
---|---|
License | BSD3 |
Maintainer | ekmett@gmail.com |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Data.Vector.Instances
Contents
Description
Orphan instances
Hashable1 Vector # | |
Methods liftHashWithSalt :: (Int -> a -> Int) -> Int -> Vector a -> Int # | |
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 # | |
Lookup Vector # | |
TraversableWithKey Vector # | |
Zip Vector # | |
ZipWithKey Vector # | |
Pointed Vector # | |
Alt Vector # | |
Apply Vector # | |
Bind Vector # | |
Extend Vector # | |
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) # | |