tlynx-0.1.0: Handle phylogenetic trees

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

Compare.Options

Description

Creation date: Thu Sep 19 15:02:21 2019.

Synopsis

Documentation

data CompareArguments Source #

Arguments of compare command.

type Compare = LoggingT (ReaderT CompareArguments IO) Source #

Logger and reader data type.

compareArguments :: Parser CompareArguments Source #

Parse arguments of compare command.