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