Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Data.Fasta.ByteString.Lazy.Types
Description
Collects all application specific types. Used here for ByteString.Lazy
- data FastaSequence = FastaSequence {}
- type Codon = ByteString
- type AA = Char
- type Clone = FastaSequence
- type Germline = FastaSequence
- type CloneMap = Map (Int, Germline) [Clone]
- class ShowFasta a where
- showFasta :: a -> ByteString
Documentation
data FastaSequence Source
Constructors
FastaSequence | |
Fields |
type Codon = ByteString Source
type Clone = FastaSequence Source
type Germline = FastaSequence Source
type CloneMap = Map (Int, Germline) [Clone] Source
A clone is a collection of sequences derived from a germline with a specific identifier