| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Biobase.Types.Strand
Description
Strand information. A newtyped version, complete with serialization,
pattern synonyms, being a PrimitiveArray index type, etc.
TODO will be expanded to encode biological sense information more clearly: http://en.wikipedia.org/wiki/Sense_%28molecular_biology%29.
Documentation
Instances
| Bounded Strand | |
| Enum Strand | |
| Eq Strand | |
| Ord Strand | |
| Read Strand | |
| Show Strand | |
| Generic Strand | |
| Index Strand | |
| IndexStream Strand | |
| Arbitrary Strand | |
| ToJSON Strand | |
| FromJSON Strand | |
| Binary Strand | |
| Serialize Strand | |
| NFData Strand | |
| Hashable Strand | |
| Unbox Strand | |
| Vector Vector Strand | |
| MVector MVector Strand | |
| IndexStream z => IndexStream ((:.) z Strand) | |
| type Rep Strand | |
| data Vector Strand = V_Strand (Vector Int) | |
| data MVector s0 Strand = MV_Strand (MVector s Int) |