BiobaseXNA-0.10.0.0: Efficient RNA/DNA/Protein Primary/Secondary Structure

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