| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
BishBosh.Metric.RankValue
Description
AUTHOR- Dr. Alistair Ward
DESCRIPTION
- The relative value of a rank of chess-piece.
- https://en.wikipedia.org/wiki/Chess_piece_relative_value#Hans_Berliner.27s_system%20Chess-piece%20relative%20values
Synopsis
- data RankValue
Types
Data-types
The constant value associated with a rank; the higher, the more valuable it is considered to be.
Instances
| Eq RankValue Source # | |
| Fractional RankValue Source # | |
| Num RankValue Source # | |
Defined in BishBosh.Metric.RankValue | |
| Ord RankValue Source # | |
| Read RankValue Source # | |
| Real RankValue Source # | |
Defined in BishBosh.Metric.RankValue Methods toRational :: RankValue -> Rational # | |
| Show RankValue Source # | |
| NFData RankValue Source # | |
Defined in BishBosh.Metric.RankValue | |
| XmlPickler RankValue Source # | |
Defined in BishBosh.Metric.RankValue | |
| ShowFloat RankValue Source # | |
Defined in BishBosh.Metric.RankValue | |