tlynx-0.4.0: Handle phylogenetic trees

Copyright(c) Dominik Schrempf 2020
LicenseGPL-3.0-or-later
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

TLynx.Compare.Options

Description

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

Synopsis

Documentation

data CompareArguments Source #

Arguments of compare command.

Instances
Eq CompareArguments Source # 
Instance details

Defined in TLynx.Compare.Options

Show CompareArguments Source # 
Instance details

Defined in TLynx.Compare.Options

Generic CompareArguments Source # 
Instance details

Defined in TLynx.Compare.Options

Associated Types

type Rep CompareArguments :: Type -> Type #

ToJSON CompareArguments Source # 
Instance details

Defined in TLynx.Compare.Options

FromJSON CompareArguments Source # 
Instance details

Defined in TLynx.Compare.Options

Reproducible CompareArguments Source # 
Instance details

Defined in TLynx.Compare.Options

type Rep CompareArguments Source # 
Instance details

Defined in TLynx.Compare.Options

type Rep CompareArguments = D1 (MetaData "CompareArguments" "TLynx.Compare.Options" "tlynx-0.4.0-8tcIvrUCDfo4d2N61gOzrk" False) (C1 (MetaCons "CompareArguments" PrefixI True) ((S1 (MetaSel (Just "argsNormalize") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Bool) :*: S1 (MetaSel (Just "argsBipartitions") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Bool)) :*: (S1 (MetaSel (Just "argsIntersect") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Bool) :*: (S1 (MetaSel (Just "argsNewickFormat") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 NewickFormat) :*: S1 (MetaSel (Just "argsInFiles") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [FilePath])))))

compareArguments :: Parser CompareArguments Source #

Parse arguments of compare command.