fasta-0.10.3.0: A simple, mindless parser for fasta files.

Safe HaskellSafe
LanguageHaskell98

Data.Fasta.ByteString.Types

Description

Collects all application specific types. Used here for Text.

Synopsis

Documentation

type AA = Char Source #

type CloneMap = Map (Int, Germline) [Clone] Source #

A clone is a collection of sequences derived from a germline with a specific identifier

class ShowFasta a where Source #

Minimal complete definition

showFasta

Methods

showFasta :: a -> ByteString Source #