Copyright | (C) 2013 Richard Eisenberg |
---|---|
License | BSD-style (see LICENSE) |
Maintainer | Richard Eisenberg (rae@cs.brynmawr.edu) |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Units used in the measure of precious metals.
Documentation
Instances
Show Carat Source # | |
Unit Carat Source # | |
type UnitFactorsOf Carat Source # | |
Defined in Data.Units.PreciousMetals type UnitFactorsOf Carat = If (IsCanonical Carat) (F Carat One ': ([] :: [Factor Type])) (UnitFactorsOf (BaseUnit Carat)) | |
type DimOfUnit Carat Source # | |
type BaseUnit Carat Source # | |
Instances
Show Point Source # | |
Unit Point Source # | |
type UnitFactorsOf Point Source # | |
Defined in Data.Units.PreciousMetals type UnitFactorsOf Point = If (IsCanonical Point) (F Point One ': ([] :: [Factor Type])) (UnitFactorsOf (BaseUnit Point)) | |
type DimOfUnit Point Source # | |
type BaseUnit Point Source # | |
Defined in Data.Units.PreciousMetals |
Instances
Show AssayTon Source # | |
Unit AssayTon Source # | |
type UnitFactorsOf AssayTon Source # | |
Defined in Data.Units.PreciousMetals type UnitFactorsOf AssayTon = If (IsCanonical AssayTon) (F AssayTon One ': ([] :: [Factor Type])) (UnitFactorsOf (BaseUnit AssayTon)) | |
type DimOfUnit AssayTon Source # | |
type BaseUnit AssayTon Source # | |