tlynx-0.1.0: Handle phylogenetic trees

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

Connect.Options

Description

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

Synopsis

Documentation

data ConnectArguments Source #

Arguments of connect command.

type Connect = LoggingT (ReaderT ConnectArguments IO) Source #

Logger and reader data type.

connectArguments :: Parser ConnectArguments Source #

Parse arguments of connect command.