elynx-nexus-0.7.1.0: Import and export Nexus files
Copyright2021 Dominik Schrempf
LicenseGPL-3
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

ELynx.Import.Nexus

Description

Creation date: Tue Apr 28 17:10:05 2020.

Synopsis

Documentation

data Block a Source #

A Nexus block has a name (e.g., TREES), and parser for the entry.

Constructors

Block 

Fields

nexusBlock :: Block a -> Parser a Source #

Parse a given Block in a Nexus file.

The Nexus file can contain other blocks.