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 # | |
Indexable Vector # | |
Keyed Vector # | |
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 # | |
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) # | |