slynx-0.0.1: Handle molecular sequences

Copyright(c) Dominik Schrempf 2018
LicenseGPL-3
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Translate.Options

Description

Creation date: Sun Oct 7 17:29:45 2018.

Synopsis

Documentation

data TranslateArguments Source #

Arguments needed to translate sequences.

type Translate = LoggingT (ReaderT TranslateArguments IO) Source #

Logger and Reader type.