tlynx-0.6.1.1: Handle phylogenetic trees
Copyright(c) Dominik Schrempf 2021
LicenseGPL-3.0-or-later
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

TLynx.Connect.Options

Description

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

Synopsis

Documentation

data ConnectArguments Source #

Arguments of connect command.

Instances

Instances details
Eq ConnectArguments Source # 
Instance details

Defined in TLynx.Connect.Options

Show ConnectArguments Source # 
Instance details

Defined in TLynx.Connect.Options

Generic ConnectArguments Source # 
Instance details

Defined in TLynx.Connect.Options

Associated Types

type Rep ConnectArguments :: Type -> Type #

ToJSON ConnectArguments Source # 
Instance details

Defined in TLynx.Connect.Options

FromJSON ConnectArguments Source # 
Instance details

Defined in TLynx.Connect.Options

Reproducible ConnectArguments Source # 
Instance details

Defined in TLynx.Connect.Options

type Rep ConnectArguments Source # 
Instance details

Defined in TLynx.Connect.Options

type Rep ConnectArguments = D1 ('MetaData "ConnectArguments" "TLynx.Connect.Options" "tlynx-0.6.1.1-DMJtHQHDk2leN4mZORP54" 'False) (C1 ('MetaCons "ConnectArguments" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nwFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NewickFormat) :*: S1 ('MetaSel ('Just "constraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe FilePath))) :*: (S1 ('MetaSel ('Just "inFileA") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FilePath) :*: S1 ('MetaSel ('Just "inFileB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FilePath))))

connectArguments :: Parser ConnectArguments Source #

Parse arguments of connect command.