BiobaseXNA-0.9.2.1: Efficient RNA/DNA representations

Safe HaskellNone
LanguageHaskell2010

Biobase.Primary.Unknown

Contents

Description

A Letter with unknown annotation. We sometimes want to encode that we are dealing with Letters in an alphabet, but we do not want to commit to a certain alphabet (just yet).

This module allows us to make explicit that we do not know the specific alphabet type yet.

Synopsis

Documentation

unk :: Int -> Letter Unknown Source

Creating an unknown letter.

instances