| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Pigy.Image.Types
Description
Types for pig images.
Synopsis
- type Chromosome = String
- class Upgradeable g h where
- upgrade :: g -> h
- data Phenotype = Phenotype {}
- class Phenable g where
- toPhenotype :: g -> Phenotype
Documentation
type Chromosome = String Source #
The chromosome.
class Upgradeable g h where Source #
An upgradeable object.
The phenotype for pig images.
Constructors
| Phenotype | |
Fields
| |
class Phenable g where Source #
Conversion to phenotype.
Instances
| Phenable Genotype Source # | |
Defined in Pigy.Image.V1 Methods toPhenotype :: Genotype -> Phenotype Source # | |
| Phenable Genotype Source # | |
Defined in Pigy.Image.V0 Methods toPhenotype :: Genotype -> Phenotype Source # | |
| Phenable Genotype Source # | |
Defined in Pigy.Image Methods toPhenotype :: Genotype -> Phenotype Source # | |