| Copyright | (c) Edward Kmett 2010 |
|---|---|
| License | BSD3 |
| Maintainer | ekmett@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell98 |
Data.Vector.Instances
Contents
Description
Orphan instances
| Keyed Vector # | |
| Zip Vector # | |
| ZipWithKey Vector # | |
| Indexable Vector # | |
| Lookup Vector # | |
| Adjustable Vector # | |
| FoldableWithKey Vector # | |
| TraversableWithKey Vector # | |
| Pointed Vector # | |
| Plus Vector # | |
| Alt Vector # | |
| Apply Vector # | |
| Bind Vector # | |
| Extend Vector # | |
| Semigroup (Vector a) # | |
| Unbox a => Semigroup (Vector a) # | |
| Storable a => Semigroup (Vector a) # | |
| Prim a => Semigroup (Vector a) # | |
| Hashable a => Hashable (Vector a) # | |
| (Unbox a, Hashable a) => Hashable (Vector a) # | |
| (Storable a, Hashable a) => Hashable (Vector a) # | |
| (Prim a, Hashable a) => Hashable (Vector a) # | |