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

Safe HaskellSafe
LanguageHaskell98

Data.Fasta.ByteString.Lazy.Types

Description

Collects all application specific types. Used here for ByteString.Lazy

Synopsis

Documentation

type AA = Char #

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

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

class ShowFasta a where #

Minimal complete definition

showFasta

Methods

showFasta :: a -> ByteString #