| Copyright | (C) 2013 Richard Eisenberg |
|---|---|
| License | BSD-style (see LICENSE) |
| Maintainer | Richard Eisenberg (eir@cis.upenn.edu) |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Units.PreciousMetals
Description
Units used in the measure of precious metals.
Documentation
Constructors
| Carat |
Constructors
| Point |
Constructors
| AssayTon |
Instances
| Show AssayTon | |
| Unit AssayTon | |
| type UnitFactorsOf AssayTon = If [Factor *] (IsCanonical AssayTon) ((:) (Factor *) (F * AssayTon One) ([] (Factor *))) (UnitFactorsOf (BaseUnit AssayTon)) | |
| type DimOfUnit AssayTon = DimOfUnit (BaseUnit AssayTon) | |
| type BaseUnit AssayTon = (:*) ((:@) Milli Gram) ((:/) Ton Ounce) |