tlynx-0.0.1: Handle phylogenetic trees

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

Simulate.Options

Description

Creation date: Fri May 3 11:51:07 2019.

Synopsis

Documentation

data SimulateArguments Source #

Arguments need to simulate phylogenetic trees.

Constructors

SimulateArguments 

Fields

type Simulate = LoggingT (ReaderT SimulateArguments IO) Source #

Logger and reader data type.

reportSimulateArguments :: SimulateArguments -> String Source #

Print useful information about the provided arguments.

simulateDesc :: String Source #

Simulation is a little more involved, so we provide a description.

simulateFooter :: String Source #

And a footer.