| 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 Source # | |
| Enum Strand Source # | |
| Eq Strand Source # | |
| Ord Strand Source # | |
| Read Strand Source # | |
| Show Strand Source # | |
| Generic Strand Source # | |
| Index Strand Source # | |
| IndexStream Strand Source # | |
| Arbitrary Strand Source # | |
| Hashable Strand Source # | |
| ToJSON Strand Source # | |
| FromJSON Strand Source # | |
| Binary Strand Source # | |
| Serialize Strand Source # | |
| NFData Strand Source # | |
| Unbox Strand Source # | |
| Vector Vector Strand Source # | |
| MVector MVector Strand Source # | |
| IndexStream z => IndexStream ((:.) z Strand) Source # | |
| type Rep Strand Source # | |
| data Vector Strand Source # | |
| data MVector s Strand Source # | |