Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Collects all application specific types. Used here for Text.
- data FastaSequence = FastaSequence {
- fastaHeader :: Text
- fastaSeq :: Text
- type Clone = FastaSequence
- type Germline = FastaSequence
- type Codon = Text
- type CloneMap = Map (Int, Germline) [Clone]
- class ShowFasta a where
Documentation
data FastaSequence Source
FastaSequence | |
|
type Clone = FastaSequence Source
type Germline = FastaSequence Source