| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Biobase.Types.Index.Type
Documentation
A linear Int-based index type.
Instances
| Vector Vector (Index t0) Source # | |
| MVector MVector (Index t0) Source # | |
| Eq (Index t) Source # | |
| KnownNat t => Num (Index t) Source # | |
| Ord (Index t) Source # | |
| Read (Index t) Source # | |
| Show (Index t) Source # | |
| Ix (Index t) Source # | |
| Generic (Index t) Source # | |
| KnownNat t => Index (Index t) Source # | |
| IndexStream (Index t) Source # | |
| Arbitrary (Index t) Source # | |
| Hashable (Index t) Source # | |
| FromJSON (Index t) Source # | |
| ToJSON (Index t) Source # | |
| Binary (Index t) Source # | |
| Serialize (Index t) Source # | |
| NFData (Index t) Source # | |
| Unbox (Index t0) Source # | |
| IndexStream z => IndexStream ((:.) z (Index t)) Source # | |
| data MVector s (Index t0) Source # | |
| type Rep (Index t) Source # | |
| data Vector (Index t0) Source # | |