BiobaseXNA-0.9.1.1: Efficient RNA/DNA representations

Safe HaskellNone
LanguageHaskell2010

Biobase.Primary.Letter

Contents

Description

A newtype with an attached phenotype which allows us to encode nucleotides and amino acids. Actual seqence-specific functions can be founds in the appropriate modules AA and Nuc.

Synopsis

Documentation

newtype Letter t Source

A Letter together with its phantom type t encodes bio-sequences.

Constructors

Letter 

Fields

unLetter :: Int
 

Instances for Letter.