| Copyright | (c) Dominik Schrempf 2019 |
|---|---|
| License | GPL-3 |
| Maintainer | dominik.schrempf@gmail.com |
| Stability | unstable |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell2010 |
ELynx.Data.Tree.NamedTree
Description
Creation date: Thu Jan 24 20:09:20 2019.
Synopsis
- class Named a where
- getName :: a -> ByteString
Documentation
Data types with names.
Methods
getName :: a -> ByteString Source #
Instances
| Named PhyloByteStringLabel Source # | |
Defined in ELynx.Data.Tree.PhyloTree Methods | |
| Named PhyloIntLabel Source # | |
Defined in ELynx.Data.Tree.PhyloTree Methods getName :: PhyloIntLabel -> ByteString Source # | |